diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-07 14:36:55 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-07 14:36:55 -0400 |
| commit | 51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7 (patch) | |
| tree | 2d6066a2bc993d95ba6e50dca1209692c3ace142 /wram.asm | |
| parent | More bank3f code. (diff) | |
| download | pokeyellow-51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7.tar.gz pokeyellow-51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7.tar.xz pokeyellow-51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7.zip | |
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.
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |
