diff options
Diffstat (limited to 'engine/battle/move_effects/rollout.asm')
-rw-r--r-- | engine/battle/move_effects/rollout.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/move_effects/rollout.asm b/engine/battle/move_effects/rollout.asm index de4bfcaa6..e2f810e6a 100644 --- a/engine/battle/move_effects/rollout.asm +++ b/engine/battle/move_effects/rollout.asm @@ -4,7 +4,7 @@ BattleCommand_CheckCurl: ; checkcurl ld de, wPlayerRolloutCount - ld a, [hBattleTurn] + ldh a, [hBattleTurn] and a jr z, .ok ld de, wEnemyRolloutCount @@ -31,7 +31,7 @@ BattleCommand_RolloutPower: ret nz ld hl, wPlayerRolloutCount - ld a, [hBattleTurn] + ldh a, [hBattleTurn] and a jr z, .got_rollout_count ld hl, wEnemyRolloutCount |