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 0577e76b..ad13c0a9 100644 --- a/engine/battle/move_effects/present.asm +++ b/engine/battle/move_effects/present.asm @@ -34,7 +34,7 @@ BattleCommand_Present: .heal_effect pop bc - ld a, 3 + ld a, $3 ; heal animation ld [wBattleAnimParam], a call AnimateCurrentMove call BattleCommand_SwitchTurn |