diff options
Diffstat (limited to 'engine/battle/move_effects/sleep_talk.asm')
-rw-r--r-- | engine/battle/move_effects/sleep_talk.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/move_effects/sleep_talk.asm b/engine/battle/move_effects/sleep_talk.asm index 92bff2602..96522af23 100644 --- a/engine/battle/move_effects/sleep_talk.asm +++ b/engine/battle/move_effects/sleep_talk.asm @@ -52,11 +52,11 @@ BattleCommand_SleepTalk: ld [hl], a call CheckUserIsCharging jr nz, .charging - ld a, [wKickCounter] + ld a, [wBattleAnimParam] push af call BattleCommand_LowerSub pop af - ld [wKickCounter], a + ld [wBattleAnimParam], a .charging call LoadMoveAnim call UpdateMoveData |