diff options
Diffstat (limited to 'engine/battle/move_effects/heal_bell.asm')
-rw-r--r-- | engine/battle/move_effects/heal_bell.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/move_effects/heal_bell.asm b/engine/battle/move_effects/heal_bell.asm index 2570a53ba..a9923429e 100644 --- a/engine/battle/move_effects/heal_bell.asm +++ b/engine/battle/move_effects/heal_bell.asm @@ -5,7 +5,7 @@ BattleCommand_HealBell: call GetBattleVarAddr res SUBSTATUS_NIGHTMARE, [hl] ld de, wPartyMon1Status - ld a, [hBattleTurn] + ldh a, [hBattleTurn] and a jr z, .got_status ld de, wOTPartyMon1Status @@ -28,7 +28,7 @@ BattleCommand_HealBell: ld hl, BellChimedText call StdBattleTextBox - ld a, [hBattleTurn] + ldh a, [hBattleTurn] and a jp z, CalcPlayerStats jp CalcEnemyStats |