diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:18:33 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:18:33 -0600 |
commit | b1cf3fae651cf0f5a9815c5e1c08bf3afc1aab3d (patch) | |
tree | ca8eb65d89330b5a528a53523478d01d586ef858 | |
parent | c536ab6595f0ba0f15007a41ebfdc4c3a312c53f (diff) |
SeafoamIslands5_h map header asm
hg-commit-id: b86931f90827
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index cd092fa2..f7062114 100644 --- a/pokered.asm +++ b/pokered.asm @@ -277,7 +277,7 @@ MapHeaderPointers: ; $01AE dw SeafoamIslands2_h dw SeafoamIslands3_h dw SeafoamIslands4_h - dw $678d + dw SeafoamIslands5_h dw $6064 dw $6170 dw Mansion1_h @@ -2302,7 +2302,7 @@ MapHeaderBanks: ; 423D db BANK(SeafoamIslands2_h) db BANK(SeafoamIslands3_h) db BANK(SeafoamIslands4_h) - db $11 + db BANK(SeafoamIslands5_h) db $15 db $15 db BANK(Mansion1_h) @@ -13066,7 +13066,17 @@ SeafoamIslands4_h: ; 0x46581 to 0x4658d (12 bytes) (bank=11) (id=161) dw $66a6 ; objects -INCBIN "baserom.gbc",$4658D,$48000-$4658D +INCBIN "baserom.gbc",$4658D,$4678D-$4658D + +SeafoamIslands5_h: ; 0x4678d to 0x46799 (12 bytes) (bank=17) (id=162) + db $11 ; tileset + db $09, $0f ; dimensions (y, x) + dw $68fa, $687c, $6799 ; blocks, texts, scripts + db $00 ; connections + + dw $68bc ; objects + +INCBIN "baserom.gbc",$46799,$48000-$46799 SECTION "bank12",DATA,BANK[$12] INCBIN "baserom.gbc",$48000,$15C |