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 /data/text | |
| parent | 15ad69e0c6e35be34dc65322209d3673607d00c5 (diff) | |
Updates to more closely sync with pokecrystal
Diffstat (limited to 'data/text')
| -rw-r--r-- | data/text/battle.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/text/battle.asm b/data/text/battle.asm index fe14f938..811a8e8c 100644 --- a/data/text/battle.asm +++ b/data/text/battle.asm @@ -340,7 +340,7 @@ BattleText_StringBuffer1GrewToLevel: text_decimal wCurPartyLevel, 1, 3 text "!@" sound_dex_fanfare_50_79 - db "@" + text_end BattleText_WildMonIsEating: text "Wild @" @@ -1073,7 +1073,7 @@ BeatUpAttackText: ; BUG: Pokémon names 8-10 characters long can overflow the textbox, ; printing as "Enemy 1234567890 can't": up to 21 characters, over 18. -CantReceiveGiftText: +PresentFailedText: text "<TARGET> can't" line "receive the gift!" prompt |
