diff options
Diffstat (limited to 'engine/battle/move_effects/present.asm')
-rw-r--r-- | engine/battle/move_effects/present.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/move_effects/present.asm b/engine/battle/move_effects/present.asm index f0949558f..35713927b 100644 --- a/engine/battle/move_effects/present.asm +++ b/engine/battle/move_effects/present.asm @@ -54,7 +54,7 @@ BattleCommand_Present: call AnimateCurrentMove call BattleCommand_SwitchTurn ld hl, AICheckPlayerMaxHP - ld a, [hBattleTurn] + ldh a, [hBattleTurn] and a jr z, .got_hp_fn_pointer ld hl, AICheckEnemyMaxHP |