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 /wram.asm | |
parent | 8d1adbe2a946edf6c1b456b0c2ad04d1c9f41cd9 (diff) |
Some extra files.
(wram.asm, charmap.asm)
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |