diff options
Diffstat (limited to 'home/battle_vars.asm')
-rw-r--r-- | home/battle_vars.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/battle_vars.asm b/home/battle_vars.asm index a455fce20..2ed86484d 100644 --- a/home/battle_vars.asm +++ b/home/battle_vars.asm @@ -23,7 +23,7 @@ GetBattleVarAddr:: ; Enemy turn uses the second byte instead. ; This lets battle variable calls be side-neutral. - ld a, [hBattleTurn] + ldh a, [hBattleTurn] and a jr z, .getvar inc hl |