diff options
Diffstat (limited to 'scripts/route16.asm')
-rwxr-xr-x | scripts/route16.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route16.asm b/scripts/route16.asm index 01bd35ad..2e60d77b 100755 --- a/scripts/route16.asm +++ b/scripts/route16.asm @@ -48,7 +48,7 @@ Route16Script3: ; 5998f (16:598f) cp $ff jp z, Route16Script_59946 call UpdateSprites - ld a, [wcf0b] + ld a, [wBattleResult] cp $2 jr z, .asm_599a8 ld a, $b |