diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:22:05 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:22:05 -0600 |
commit | 75b200a075586abaff99affa8714358475c526f1 (patch) | |
tree | 1bf2993ede4f3bebebe8ad432521ae4bb9e271c5 | |
parent | 49e8dd72b5edf222e507c4179ed91efba5c45809 (diff) |
Mansion1_h map header asm
hg-commit-id: 58509c8af728
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index 39a1c344..251074ed 100644 --- a/pokered.asm +++ b/pokered.asm @@ -280,7 +280,7 @@ MapHeaderPointers: ; $01AE dw $678d dw $6064 dw $6170 - dw $42a3 + dw Mansion1_h dw $573e dw $5b80 dw $5c15 @@ -2305,7 +2305,7 @@ MapHeaderBanks: ; 423D db $11 db $15 db $15 - db $11 + db BANK(Mansion1_h) db $1D db $1D db $1D @@ -12826,7 +12826,17 @@ ViridianPokeCenter_h: ; 0x44251 to 0x4425d (12 bytes) (bank=11) (id=41) dw $4277 ; objects -INCBIN "baserom.gbc",$4425D,$48000-$4425D +INCBIN "baserom.gbc",$4425D,$442A3-$4425D + +Mansion1_h: ; 0x442a3 to 0x442af (12 bytes) (bank=17) (id=165) + db $16 ; tileset + db $0e, $0f ; dimensions (y, x) + dw $43fe, $432c, $42af ; blocks, texts, scripts + db $00 ; connections + + dw $43a4 ; objects + +INCBIN "baserom.gbc",$442AF,$48000-$442AF SECTION "bank12",DATA,BANK[$12] INCBIN "baserom.gbc",$48000,$15C |