diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:37:00 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:37:00 -0600 |
commit | a22300f099dd4cb792786c0793fdbc496abab822 (patch) | |
tree | e4511c6851e466badf834dcc1dd80e7a9546b0b0 | |
parent | 97e1645c5bc73c0b8cc6fbbd1276ce0a6e70849f (diff) |
Mansion4_h map header asm
hg-commit-id: b154366f38c0
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 51074131..6d7ecd66 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14024,7 +14024,17 @@ Mansion3_h: ; 0x521e2 to 0x521ee (12 bytes) (id=215) dw $62e6 ; objects -INCBIN "baserom.gbc",$521ee,$1e12 +INCBIN "baserom.gbc",$521ee,$523ad - $521ee + +Mansion4_h: ; 0x523ad to 0x523b9 (12 bytes) (id=216) + db $16 ; tileset + db $0e, $0f ; dimensions (y, x) + dw $64dd, $6436, $63b9 ; blocks, texts, scripts + db $00 ; connections + + dw $6498 ; objects + +INCBIN "baserom.gbc",$523b9,$1c47 SECTION "bank15",DATA,BANK[$15] INCBIN "baserom.gbc",$54000,$4000 |