diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 02:58:58 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 02:58:58 -0600 |
commit | 82b40fed0b25d616ead5e4f127f2ae86bcb1aa7c (patch) | |
tree | ddb6ba1f1962d0f3f3257b8de3afbf76cad18a75 | |
parent | c35ac001ef0c528d9a38ebde3d6847f35b523567 (diff) |
CeladonMansion5_h map header asm
hg-commit-id: e71f700833e3
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index 5b0f1b0f..3eb1cc1e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -247,7 +247,7 @@ MapHeaderPointers: ; $01AE dw $472e dw $4784 dw $485f - dw $5d2e + dw CeladonMansion5_h dw $48ac dw $48fe dw $4bb1 @@ -2272,7 +2272,7 @@ MapHeaderBanks: ; 423D db $12 db $12 db $12 - db $07 + db BANK(CeladonMansion5_h) db $12 db $12 db $12 @@ -5879,7 +5879,17 @@ VermilionDock_h: ; 0x1db46 to 0x1db52 (12 bytes) (bank=7) (id=94) dw $5cc6 ; objects -INCBIN "baserom.gbc",$1DB52,$20000-$1DB52 +INCBIN "baserom.gbc",$1DB52,$1DD2E-$1DB52 + +CeladonMansion5_h: ; 0x1dd2e to 0x1dd3a (12 bytes) (bank=7) (id=132) + db $08 ; tileset + db $04, $04 ; dimensions (y, x) + dw $41ee, $5d3d, $5d3a ; blocks, texts, scripts + db $00 ; connections + + dw $5d5c ; objects + +INCBIN "baserom.gbc",$1DD3A,$20000-$1DD3A SECTION "bank8",DATA,BANK[$8] INCBIN "baserom.gbc",$20000,$4000 |