diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:41:02 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:41:02 -0600 |
commit | d08421069bbd108c9af46759e7a6a4326341b906 (patch) | |
tree | b64ec0c5b6308a659d2659ca3cb6ce55cbfde33d | |
parent | d38155d1546e00ee95f31706122db5223faa9309 (diff) |
FuchsiaHouse3_h map header asm
hg-commit-id: d530ea3f8d31
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 3c7ba663..0a5c19da 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14291,7 +14291,17 @@ CeladonMart2_h: ; 0x560e9 to 0x560f5 (12 bytes) (id=123) dw $6111 ; objects -INCBIN "baserom.gbc",$560f5,$1f0b +INCBIN "baserom.gbc",$560f5,$56170 - $560f5 + +FuchsiaHouse3_h: ; 0x56170 to 0x5617c (12 bytes) (id=164) + db $0d ; tileset + db $04, $04 ; dimensions (y, x) + dw $523f, $617f, $617c ; blocks, texts, scripts + db $00 ; connections + + dw $6221 ; objects + +INCBIN "baserom.gbc",$5617c,$1e84 SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |