diff options
| author | Kurausukun <lord.uber1@gmail.com> | 2021-07-03 16:57:44 -0400 |
|---|---|---|
| committer | Kurausukun <lord.uber1@gmail.com> | 2021-07-03 16:57:44 -0400 |
| commit | 85beaf7f82b9848cf21fe40b86a51027cd5fbbc1 (patch) | |
| tree | e4c20560416857c59dcaa0a0bf1e8682b49f6707 /data/maps | |
| parent | 72fc4b6f844a47ac4711c421cc4e06e0197dc7c5 (diff) | |
| parent | bbf39b8560c752d6b7e94bf1fea9ac60dc79c902 (diff) | |
Merge branch 'master' of https://github.com/pret/pokefirered into cast_test
Diffstat (limited to 'data/maps')
| -rw-r--r-- | data/maps/PewterCity_Gym/text.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/maps/PewterCity_Gym/text.inc b/data/maps/PewterCity_Gym/text.inc index b6a1d87ee..4ba144beb 100644 --- a/data/maps/PewterCity_Gym/text.inc +++ b/data/maps/PewterCity_Gym/text.inc @@ -14,6 +14,9 @@ PewterCity_Gym_Text_BrockIntro:: @ 8190CD4 .string "Fine, then!\n" .string "Show me your best!{PLAY_BGM}{MUS_ENCOUNTER_GYM_LEADER}$" +@ NOTE: This defeat text actually causes a buffer overflow. It's too long for the gDisplayedStringBattle +@ buffer that it's put into, and it stomps all over the gBattleTextBuffs after, as well as the otherwise +@ unused array after that, gUnknown_2022AE8. Perhaps that's the reason why said array exists. PewterCity_Gym_Text_BrockDefeat:: @ 8190E4F .string "I took you for granted, and so\n" .string "I lost.\p" |
