diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:40:36 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:40:36 -0600 |
commit | c7ce3745bc568e38b11fad9ab69793ca61747a35 (patch) | |
tree | a6bc3480218c00717147391e8eb76e8c497b0a27 | |
parent | e73f3ad27b6e8c6331dba20dd49006fcb8e5f462 (diff) |
VermilionHouse2_h map header asm
hg-commit-id: 0d0ae11cc391
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 2a2ad3c2..bfcf9876 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14271,7 +14271,17 @@ Route21_h: ; 0x54fff to 0x55021 (34 bytes) (id=32) dw $5021 ; objects -INCBIN "baserom.gbc",$55021,$2fdf +INCBIN "baserom.gbc",$55021,$56064 - $55021 + +VermilionHouse2_h: ; 0x56064 to 0x56070 (12 bytes) (id=163) + db $08 ; tileset + db $04, $04 ; dimensions (y, x) + dw $522f, $6073, $6070 ; blocks, texts, scripts + db $00 ; connections + + dw $60cf ; objects + +INCBIN "baserom.gbc",$56070,$1f90 SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |