From 51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 7 Jun 2015 14:36:55 -0400 Subject: Fixed many homebank functions. Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too. --- wram.asm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index a2d5dc38..6b84c8e4 100755 --- a/wram.asm +++ b/wram.asm @@ -1631,8 +1631,8 @@ wDestinationWarpID:: ; d42f ; if $ff, the player's coordinates are not updated when entering the map ds 1 -wd430:: ds 1 ; d430 -wd431:: ds 1 ; d431 +wd430:: ds 1 ; d42f +wd431:: ds 1 ; d430 ds 2 @@ -1650,7 +1650,12 @@ wd44b:: ds 1 wd472:: ds 1 wd473:: ds 1 - ds 61 + ds 39 + +wUnknownSerialFlag_d49a:: ds 1 ; d499 +wUnknownSerialFlag_d49b:: ds 1 ; d49a + + ds 21 wd4b0:: ds 1 ; number of signs on the map wd4b1:: ds 32 ; starting address for sign coords -- cgit v1.3.1-sl0p