diff options
Diffstat (limited to 'scripts/route24.asm')
-rwxr-xr-x | scripts/route24.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route24.asm b/scripts/route24.asm index 6eba1d35..61df4377 100755 --- a/scripts/route24.asm +++ b/scripts/route24.asm @@ -58,7 +58,7 @@ Route24Script4: ; 51411 (14:5411) ret Route24Script3: ; 51422 (14:5422) - ld a, [W_ISINBATTLE] + ld a, [wIsInBattle] cp $ff jp z, Route24Script_513c0 call UpdateSprites |