diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-29 12:26:45 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-29 12:26:45 -0400 |
commit | b12cc6d02a759fa8696bfc3b740696cfa19cb389 (patch) | |
tree | 44b551ea00e42ff926c0c931e3852e418e846214 | |
parent | 8d1adbe2a946edf6c1b456b0c2ad04d1c9f41cd9 (diff) |
Some extra files.
(wram.asm, charmap.asm)
-rw-r--r-- | charmap.asm | 1 | ||||
-rwxr-xr-x | wram.asm | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/charmap.asm b/charmap.asm index 980c79a3..ba94a03e 100644 --- a/charmap.asm +++ b/charmap.asm @@ -147,6 +147,7 @@ charmap "ゅ", $E1 charmap "ょ", $E2 charmap "ー", $E3 +charmap "<pkmn>", $4a ; PkMn charmap "@", $50 charmap "#", $54 ;charmap "POKé", $54 @@ -1645,8 +1645,10 @@ wd436:: ds 1 wd44a:: ds 1 wd44b:: ds 1 - ds 39 + ds 37 +wd470:: ds 1 +wd471:: ds 1 wd472:: ds 1 wd473:: ds 1 @@ -1654,8 +1656,9 @@ wd473:: ds 1 wUnknownSerialFlag_d49a:: ds 1 ; d499 wUnknownSerialFlag_d49b:: ds 1 ; d49a +wd49c:: ds 1 ; d49b - ds 21 + ds 20 wd4b0:: ds 1 ; number of signs on the map wd4b1:: ds 32 ; starting address for sign coords |