diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-23 17:39:09 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-23 17:39:09 -0500 |
commit | a1951cefc09035e11077a433b28ec8c66b3b03db (patch) | |
tree | 4de98db5a6edb6d74192028d50893da2b764421f /charmap.asm | |
parent | 79bd48f85c7dd1868264e290b12dad17a6e25b95 (diff) |
Prefix wram labels with w, part 2.
Diffstat (limited to 'charmap.asm')
-rw-r--r-- | charmap.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/charmap.asm b/charmap.asm index 283508416..bd5813b00 100644 --- a/charmap.asm +++ b/charmap.asm @@ -7,10 +7,10 @@ charmap "<LNBRK>", $22 charmap "<POKE>", $24 ; "<PO><KE>" charmap "%", $25 ; soft linebreak in landmark names - charmap "<RED>", $38 ; RedsName - charmap "<GREEN>", $39 ; GreensName + charmap "<RED>", $38 ; wRedsName + charmap "<GREEN>", $39 ; wGreensName charmap "<ENEMY>", $3f - charmap "<MOM>", $49 ; MomsName + charmap "<MOM>", $49 ; wMomsName charmap "<PKMN>", $4a ; "<PK><MN>" charmap "<_CONT>", $4b ; implements "<CONT>" charmap "<SCROLL>", $4c @@ -18,8 +18,8 @@ charmap "<LINE>", $4f charmap "@", $50 ; string terminator charmap "<PARA>", $51 - charmap "<PLAYER>", $52 ; PlayerName - charmap "<RIVAL>", $53 ; RivalName + charmap "<PLAYER>", $52 ; wPlayerName + charmap "<RIVAL>", $53 ; wRivalName charmap "#", $54 ; "POKé" charmap "<CONT>", $55 charmap "<……>", $56 ; "……" |