From 4b9a0daf2f216b798eccecad180d2c9f86c82a9a Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 2 Aug 2015 12:22:38 -0400 Subject: Attempt to make Yellow Buildable, part 5 Rest of unknown pointers in homebank, fix some function names. --- wram.asm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 37e4823d..827b85be 100755 --- a/wram.asm +++ b/wram.asm @@ -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 -- cgit v1.3.1-sl0p