diff options
Diffstat (limited to 'misc/mobile_5c.asm')
-rwxr-xr-x | misc/mobile_5c.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index 39a8fbc41..54d22b8ec 100755 --- a/misc/mobile_5c.asm +++ b/misc/mobile_5c.asm @@ -62,11 +62,11 @@ Function17005a: ; 17005a ld a, [hli] ld [wc731], a ld a, [hl] - ld [wc732], a + ld [wPlayerCharging], a ld bc, $a82c callba GetCaughtGender ld a, c - ld [wc733], a + ld [wEnemyCharging], a ld a, [wcd81] ld [wc74e], a call CloseSRAM |