diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:36:48 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:36:48 -0600 |
commit | 97e1645c5bc73c0b8cc6fbbd1276ce0a6e70849f (patch) | |
tree | 383d69a7e4db66decc3679516d6525351330f806 /pokered.asm | |
parent | b4e4eb2e3bc9b01c8a149b10e6a8e78e544d2b65 (diff) |
Mansion3_h map header asm
hg-commit-id: a8982dd55cfa
Diffstat (limited to 'pokered.asm')
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index e77012b7..51074131 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14014,7 +14014,17 @@ Mansion2_h: ; 0x51fcc to 0x51fd8 (12 bytes) (id=214) dw $60d1 ; objects -INCBIN "baserom.gbc",$51fd8,$2028 +INCBIN "baserom.gbc",$51fd8,$521e2 - $51fd8 + +Mansion3_h: ; 0x521e2 to 0x521ee (12 bytes) (id=215) + db $16 ; tileset + db $09, $0f ; dimensions (y, x) + dw $6326, $628a, $61ee ; blocks, texts, scripts + db $00 ; connections + + dw $62e6 ; objects + +INCBIN "baserom.gbc",$521ee,$1e12 SECTION "bank15",DATA,BANK[$15] INCBIN "baserom.gbc",$54000,$4000 |