diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:40:49 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:40:49 -0600 |
commit | d38155d1546e00ee95f31706122db5223faa9309 (patch) | |
tree | f6c00b9fcc0668a7f1d71db165f0c96f85fb95c9 /pokered.asm | |
parent | c7ce3745bc568e38b11fad9ab69793ca61747a35 (diff) |
CeladonMart2_h map header asm
hg-commit-id: c56c4a6d9c1b
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 bfcf9876..3c7ba663 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14281,7 +14281,17 @@ VermilionHouse2_h: ; 0x56064 to 0x56070 (12 bytes) (id=163) dw $60cf ; objects -INCBIN "baserom.gbc",$56070,$1f90 +INCBIN "baserom.gbc",$56070,$560e9 - $56070 + +CeladonMart2_h: ; 0x560e9 to 0x560f5 (12 bytes) (id=123) + db $12 ; tileset + db $04, $0a ; dimensions (y, x) + dw $6148, $60f8, $60f5 ; blocks, texts, scripts + db $00 ; connections + + dw $6111 ; objects + +INCBIN "baserom.gbc",$560f5,$1f0b SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |