diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:44 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:44 -0400 |
commit | b89636769c271cadc154e045cca3ea06cb4a61e1 (patch) | |
tree | 068a164789a9a8e8b303b4322d9d268e2d6bce8b /engine/battle/move_effects/present.asm | |
parent | 15ad69e0c6e35be34dc65322209d3673607d00c5 (diff) |
Updates to more closely sync with pokecrystal
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 33e172fb..0577e76b 100644 --- a/engine/battle/move_effects/present.asm +++ b/engine/battle/move_effects/present.asm @@ -67,7 +67,7 @@ BattleCommand_Present: add a jr nc, .do_animation call AnimateFailedMove - ld hl, CantReceiveGiftText + ld hl, PresentFailedText call StdBattleTextbox .do_animation jp EndMoveEffect |