diff options
author | YamaArashi <shadow962@live.com> | 2016-01-28 01:06:31 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-28 01:06:31 -0800 |
commit | 05c0b5e9d479a9e4613dcb8ef250a6bc2be9243a (patch) | |
tree | a2337bc94bf2be7d6018dec303957cac77952906 | |
parent | b26aa6ddaa55a3aff646cbfeb3db32169b36fb2c (diff) |
add underscores to string var names
-rw-r--r-- | asm/charmap.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/charmap.s b/asm/charmap.s index 549ea5c88..b0be6759f 100644 --- a/asm/charmap.s +++ b/asm/charmap.s @@ -258,9 +258,9 @@ ; string placeholders ; unknown (0xFD, 0x00) .charmap_const PLAYER, 0xFD, 0x01 - .charmap_const STRVAR_1, 0xFD, 0x02 - .charmap_const STRVAR_2, 0xFD, 0x03 - .charmap_const STRVAR_3, 0xFD, 0x04 + .charmap_const STR_VAR_1, 0xFD, 0x02 + .charmap_const STR_VAR_2, 0xFD, 0x03 + .charmap_const STR_VAR_3, 0xFD, 0x04 ; unknown (0xFD, 0x05) .charmap_const RIVAL, 0xFD, 0x06 ; version-dependent strings |