diff options
author | YamaArashi <shadow962@live.com> | 2016-05-17 06:09:08 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-05-17 06:09:08 -0700 |
commit | 4af578c1865e4b620f4c64401e0a16ccbd9efc8d (patch) | |
tree | b60a2bbebdbb23e42bae05cb09124810b817c4d5 /data | |
parent | 4bed639c290cbeee0b1d6e18cb333510afa84e13 (diff) |
simplify version-dependent string names
Diffstat (limited to 'data')
-rw-r--r-- | data/string_util.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/string_util.s b/data/string_util.s index 63890ddd9..9e3a5d568 100644 --- a/data/string_util.s +++ b/data/string_util.s @@ -37,7 +37,7 @@ gExpandPlaceholderFuncTable: @ 81E72F8 .4byte ExpandPlaceholder_Version .4byte ExpandPlaceholder_EvilTeam .4byte ExpandPlaceholder_GoodTeam - .4byte ExpandPlaceholder_EvilTeamLeader - .4byte ExpandPlaceholder_GoodTeamLeader - .4byte ExpandPlaceholder_CurVersionMascot - .4byte ExpandPlaceholder_OppVersionMascot + .4byte ExpandPlaceholder_EvilLeader + .4byte ExpandPlaceholder_GoodLeader + .4byte ExpandPlaceholder_EvilLegendary + .4byte ExpandPlaceholder_GoodLegendary |