diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:15:29 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:15:29 -0600 |
commit | 8919ae82c469b3c85f5ac25e646456cf783a85d3 (patch) | |
tree | 35829c6afaaaa00f14530c3ce5a6a3f5180430c3 | |
parent | 790a5fef9c41ad1ce7a361c8005727c8a3642334 (diff) |
SeafoamIslands3_h map header asm
hg-commit-id: 1d17187ee74e
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index 50efae69..55d3bdad 100644 --- a/pokered.asm +++ b/pokered.asm @@ -275,7 +275,7 @@ MapHeaderPointers: ; $01AE dw $5431 dw $56d7 dw SeafoamIslands2_h - dw $6445 + dw SeafoamIslands3_h dw $6581 dw $678d dw $6064 @@ -2300,7 +2300,7 @@ MapHeaderBanks: ; 423D db $1D db $1D db BANK(SeafoamIslands2_h) - db $11 + db BANK(SeafoamIslands3_h) db $11 db $11 db $15 @@ -13046,7 +13046,17 @@ SeafoamIslands2_h: ; 0x46309 to 0x46315 (12 bytes) (bank=11) (id=159) dw $6376 ; objects -INCBIN "baserom.gbc",$46315,$48000-$46315 +INCBIN "baserom.gbc",$46315,$46445-$46315 + +SeafoamIslands3_h: ; 0x46445 to 0x46451 (12 bytes) (bank=11) (id=160) + db $11 ; tileset + db $09, $0f ; dimensions (y, x) + dw $64fa, $64ae, $6451 ; blocks, texts, scripts + db $00 ; connections + + dw $64b2 ; objects + +INCBIN "baserom.gbc",$46451,$48000-$46451 SECTION "bank12",DATA,BANK[$12] INCBIN "baserom.gbc",$48000,$15C |