summaryrefslogtreecommitdiff
path: root/data/text
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-16 14:11:36 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-16 14:32:48 -0400
commitfda549a27af144cdb601bbd85dba439fce533afc (patch)
tree5ce70c4d925ac6a377026875b57d1e1a733ebad6 /data/text
parent011f795ea7ed47779a04e9d6e0a617309b33cecc (diff)
[in progress] Harmonize more constant and data files with pokecrystal
Diffstat (limited to 'data/text')
-rw-r--r--data/text/battle.asm2
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!"