diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-02 12:22:38 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-02 12:22:38 -0400 |
commit | 4b9a0daf2f216b798eccecad180d2c9f86c82a9a (patch) | |
tree | 686ca9674598595ca33137d56b25e777d5c06d0b /wram.asm | |
parent | dce013880ef1a8171310db173fdb9c45ea170d37 (diff) |
Attempt to make Yellow Buildable, part 5
Rest of unknown pointers in homebank, fix some function names.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -120,7 +120,10 @@ wc0ee:: ds 1 wc0ef:: ds 1 wc0f0:: ds 1 wc0f1:: ds 1 -wc0f2:: ds 14 +wc0f2:: ds 1 +wc0f3:: ds 1 +wc0f4:: ds 1 +wc0f5:: ds 11 SECTION "Sprite State Data", WRAM0[$c100] @@ -1651,8 +1654,12 @@ wd470:: ds 1 wd471:: ds 1 wd472:: ds 1 wd473:: ds 1 + + ds 6 - ds 39 +wd47a:: ds 1 + + ds 32 wUnknownSerialFlag_d49a:: ds 1 ; d499 wUnknownSerialFlag_d49b:: ds 1 ; d49a |