From fda549a27af144cdb601bbd85dba439fce533afc Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 16 Jun 2020 14:11:36 -0400 Subject: [in progress] Harmonize more constant and data files with pokecrystal --- data/text/battle.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/text') 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 " can't" line "receive the gift!" -- cgit v1.2.3