diff options
author | YamaArashi <shadow962@live.com> | 2015-10-11 22:14:07 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-11 22:14:07 -0700 |
commit | 6c87e0143da9ab46bd1647559cef82c315b405dd (patch) | |
tree | c2651ae7858d2984889fd4c59e1fb0dfe28d5c6a /asm | |
parent | c608a399db0df74e935a67db905ac8b2cfd3fbf2 (diff) |
item descriptions
Diffstat (limited to 'asm')
-rw-r--r-- | asm/charmap.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/charmap.s b/asm/charmap.s index 1ac2e9307..aac7dfacd 100644 --- a/asm/charmap.s +++ b/asm/charmap.s @@ -1,5 +1,7 @@ .charmap " ", 0x00 .charmap "é", 0x1B + .charmap "&", 0x2D + .charmap "%", 0x5B .charmap "(", 0x5C .charmap ")", 0x5D .charmap "0", 0xA1 @@ -80,7 +82,9 @@ .charmap "x", 0xEC .charmap "y", 0xED .charmap "z", 0xEE + .charmap ":", 0xF0 .charmap "$", 0xFF .charmapconst PKMN, 0x53, 0x54 + .charmapconst POKEBLOCK, 0x55, 0x56, 0x57, 0x58, 0x59 .charmapconst next, 0xFE |