diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:41:22 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:41:22 -0600 |
commit | eb136db9128e4f7a3901c77b57ba265eccd0939f (patch) | |
tree | 5219a346943ed0b563b75851c691bfbd5e8c3ecc | |
parent | d08421069bbd108c9af46759e7a6a4326341b906 (diff) |
DayCareM_h map header asm
hg-commit-id: b4df17b2d559
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 0a5c19da..c8431f6e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14301,7 +14301,17 @@ FuchsiaHouse3_h: ; 0x56170 to 0x5617c (12 bytes) (id=164) dw $6221 ; objects -INCBIN "baserom.gbc",$5617c,$1e84 +INCBIN "baserom.gbc",$5617c,$56243 - $5617c + +DayCareM_h: ; 0x56243 to 0x5624f (12 bytes) (id=72) + db $08 ; tileset + db $04, $04 ; dimensions (y, x) + dw $522f, $6252, $624f ; blocks, texts, scripts + db $00 ; connections + + dw $6459 ; objects + +INCBIN "baserom.gbc",$5624f,$1db1 SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |