summaryrefslogtreecommitdiff
path: root/scripts/agatha.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/agatha.asm')
-rwxr-xr-xscripts/agatha.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/agatha.asm b/scripts/agatha.asm
index 749f84e7..eb0e21d6 100755
--- a/scripts/agatha.asm
+++ b/scripts/agatha.asm
@@ -63,8 +63,8 @@ AgathaScript0: ; 76490 (1d:6490)
call ArePlayerCoordsInArray
jp nc, CheckFightingMapTrainers
xor a
- ld [H_NEWLYPRESSEDBUTTONS], a
- ld [H_CURRENTPRESSEDBUTTONS], a
+ ld [hJoyPressed], a
+ ld [hJoyHeld], a
ld [$ccd3], a
ld [$cd38], a
ld a, [wWhichTrade] ; $cd3d
@@ -101,7 +101,7 @@ AgathaScript3: ; 764da (1d:64da)
ret nz
call Delay3
xor a
- ld [wJoypadForbiddenButtonsMask], a
+ ld [wJoyIgnore], a
ld [W_AGATHACURSCRIPT], a
ld [W_CURMAPSCRIPT], a
ret