From c0ea976fdce5255d2f91679e130f81df0d626b2c Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 20 Jun 2024 09:28:27 -0700 Subject: [PATCH] fix typo in VersionDetectGC --- system/client-functions/System/VersionDetectGC.ppc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/client-functions/System/VersionDetectGC.ppc.s b/system/client-functions/System/VersionDetectGC.ppc.s index 7a045cbe..c4a046f6 100644 --- a/system/client-functions/System/VersionDetectGC.ppc.s +++ b/system/client-functions/System/VersionDetectGC.ppc.s @@ -35,5 +35,5 @@ not_trial: ori r3, r3, 0x0030 end_trial_check: oris r3, r3, 0x3300 # Set high byte ('3') - rlwimi r3, r4, 8, 8, 23 # Set middle two bytes to last to bytes of game ID + rlwimi r3, r4, 8, 8, 23 # Set middle two bytes to last two bytes of game ID blr