diff options
Diffstat (limited to 'engine/battle/move_effects/rapid_spin.asm')
-rw-r--r-- | engine/battle/move_effects/rapid_spin.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/move_effects/rapid_spin.asm b/engine/battle/move_effects/rapid_spin.asm index 0dc8b7de2..6e40726db 100644 --- a/engine/battle/move_effects/rapid_spin.asm +++ b/engine/battle/move_effects/rapid_spin.asm @@ -12,7 +12,7 @@ BattleCommand_ClearHazards: ld hl, wPlayerScreens ld de, wPlayerWrapCount - ld a, [hBattleTurn] + ldh a, [hBattleTurn] and a jr z, .got_screens_wrap ld hl, wEnemyScreens |