diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:27:24 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:27:24 -0600 |
commit | 1c46cedd035b5b81a1e6db6ae5a50a9b150bb67e (patch) | |
tree | 9a30e2c508515030ca2f97a703b7209123fb7be6 | |
parent | cad2d330c0a1f836561c751697048caaf52b4dec (diff) |
SeafoamIslands1_h map header asm
hg-commit-id: d6a98460a3b0
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index 290c164d..aed276b5 100644 --- a/pokered.asm +++ b/pokered.asm @@ -307,7 +307,7 @@ MapHeaderPointers: ; $01AE dw $6473 dw $586a dw $5969 - dw $47dd + dw SeafoamIslands1_h dw Route22Gate_h dw $5791 dw $5554 @@ -2332,7 +2332,7 @@ MapHeaderBanks: ; 423D db $15 db $12 db $12 - db $11 + db BANK(SeafoamIslands1_h) db BANK(Route22Gate_h) db $14 db $12 @@ -12846,7 +12846,17 @@ RockTunnel1_h: ; 0x444d0 to 0x444dc (12 bytes) (bank=11) (id=82) dw $45f6 ; objects -INCBIN "baserom.gbc",$444DC,$48000-$444DC +INCBIN "baserom.gbc",$444DC,$447DD-$444DC + +SeafoamIslands1_h: ; 0x447dd to 0x447e9 (12 bytes) (bank=11) (id=192) + db $11 ; tileset + db $09, $0f ; dimensions (y, x) + dw $489f, $484b, $47e9 ; blocks, texts, scripts + db $00 ; connections + + dw $484f ; objects + +INCBIN "baserom.gbc",$447E9,$48000-$447E9 SECTION "bank12",DATA,BANK[$12] INCBIN "baserom.gbc",$48000,$15C |