diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-05-08 18:52:58 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-08 16:52:58 -0700 |
commit | e75c3262f37483d3503126bebf8bf8b7b662d345 (patch) | |
tree | bd8c4561f47417cf4aa33c6da23330cee1f141d0 /data | |
parent | e6868bbdb2b9a0f00085029817d3a451781973cd (diff) |
Decompile battle interface (#281)
* start decompiling
* more decompilation
* sub_8044804 refuses to match. moving on...
* decompile sub_80451A0
* more decompilation
* finish decompiling
* clean up a bit
* remove trailing whitespace and change tabs to spaces
Diffstat (limited to 'data')
-rw-r--r-- | data/text/battle_strings.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/text/battle_strings.inc b/data/text/battle_strings.inc index d1aca1dee..d0c8f74d5 100644 --- a/data/text/battle_strings.inc +++ b/data/text/battle_strings.inc @@ -1043,15 +1043,15 @@ BattleText_SpDef: .string "SP. DEF$" gUnknown_08400DD6:: @ 8400DD6 -BattleText_SafariBalls: +BattleText_SafariBalls:: .string "{HIGHLIGHT RED}SAFARI BALLS$" gUnknown_08400DE6:: @ 8400DE6 -BattleText_SafariBallsLeft: +BattleText_SafariBallsLeft:: .string "{HIGHLIGHT RED}Left: $" gUnknown_08400DF0:: @ 8400DF0 -BattleText_HighlightRed: +BattleText_HighlightRed:: .string "{HIGHLIGHT RED}$" BattleText_Sleep:: |