diff options
author | YamaArashi <shadow962@live.com> | 2016-01-29 13:11:43 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-29 13:11:43 -0800 |
commit | 724814e1028057830d53cacbe08e9faf619002c8 (patch) | |
tree | e64b366c8a19f138e062c4e42212b01ef3cad5b8 | |
parent | aa5f55985df95a853c30aecd21cde8c4663810d5 (diff) |
Line up charmap const comments
-rw-r--r-- | asm/charmap.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/asm/charmap.s b/asm/charmap.s index 4b238d3bd..77f9e586a 100644 --- a/asm/charmap.s +++ b/asm/charmap.s @@ -267,13 +267,13 @@ ; unknown (0xFD, 0x05) .charmap_const RIVAL, 0xFD, 0x06 ; version-dependent strings - .charmap_const VERSION, 0xFD, 0x07 ; "RUBY" / "SAPPHIRE" - .charmap_const EVIL_TEAM, 0xFD, 0x08 ; "MAGMA" / "AQUA" - .charmap_const GOOD_TEAM, 0xFD, 0x09 ; "AQUA" / "MAGMA" - .charmap_const EVIL_TEAM_LEADER, 0xFD, 0x0A ; "MAXIE" / "ARCHIE" - .charmap_const GOOD_TEAM_LEADER, 0xFD, 0x0B ; "ARCHIE" / "MAXIE" + .charmap_const VERSION, 0xFD, 0x07 ; "RUBY" / "SAPPHIRE" + .charmap_const EVIL_TEAM, 0xFD, 0x08 ; "MAGMA" / "AQUA" + .charmap_const GOOD_TEAM, 0xFD, 0x09 ; "AQUA" / "MAGMA" + .charmap_const EVIL_TEAM_LEADER, 0xFD, 0x0A ; "MAXIE" / "ARCHIE" + .charmap_const GOOD_TEAM_LEADER, 0xFD, 0x0B ; "ARCHIE" / "MAXIE" .charmap_const CUR_VERSION_MASCOT, 0xFD, 0x0C ; "GROUDON" / "KYOGRE" - .charmap_const OPP_VERSION_MASCOT, 0xFD, 0x0D ; "KYOGRE" / "GROUDON" + .charmap_const OPP_VERSION_MASCOT, 0xFD, 0x0D ; "KYOGRE" / "GROUDON" .charmap_escape 'l', 0xFA ; scroll up window text .charmap_escape 'p', 0xFB ; new paragraph |