diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 00:27:12 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 00:27:12 -0600 |
commit | 8cfeb2d29d1d883baaed2d7a335dd69e77ef222e (patch) | |
tree | 7fd1b528f7b95ced78edb4f407f00989d9c5a553 | |
parent | 9ee1359ac9f5945115a9e0a021eeb518545f86ee (diff) |
VermilionHouse3_h map header asm
hg-commit-id: c8e023817cd2
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index a4d3a806..184815ee 100644 --- a/pokered.asm +++ b/pokered.asm @@ -311,7 +311,7 @@ MapHeaderPointers: ; $01AE dw $6677 dw $5791 dw $5554 - dw $5c06 + dw VermilionHouse3_h dw $5f62 dw $4974 dw $4bbe @@ -5431,7 +5431,19 @@ BluesHouseObject: BluesHouseBlocks: INCBIN "maps/blueshouse.blk" -INCBIN "baserom.gbc",$19C06,$4000-$1C06 +VermilionHouse3_h: ; 0x19c06 to 0x19c12 (12 bytes) (bank=6) (id=196) + db $08 ; tileset + db $04, $04 ; dimensions (y, x) + dw $5c3f, $5c15, $5c12 ; blocks, texts, scripts + db $00 ; connections + + ; connections data + + ; end connection data + + dw $5c25 ; objects + +INCBIN "baserom.gbc",$19C12,$4000-$1C18 SECTION "bank7",DATA,BANK[$7] INCBIN "baserom.gbc",$1C000,$21E |