diff options
Diffstat (limited to 'data/text/battle.asm')
-rw-r--r-- | data/text/battle.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/text/battle.asm b/data/text/battle.asm index 58fad4a9..c82e24c4 100644 --- a/data/text/battle.asm +++ b/data/text/battle.asm @@ -1071,6 +1071,8 @@ BeatUpAttackText: line "attack!" done +; 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: text "<TARGET> can't" line "receive the gift!" |