diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:06:28 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:06:28 -0600 |
commit | c6ea921af06b30719eefad55bc7f93afad5e5434 (patch) | |
tree | 5b17255a0c1f5f2cb43075cc39fa87e75b4bab6f /pokered.asm | |
parent | 3605666a516554f0f28012be971897318c1225e2 (diff) |
CopycatsHouseF1_h map header asm
hg-commit-id: 150985995e8c
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 838688b6..ada04c60 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16247,7 +16247,17 @@ CinnibarMart_h: ; 0x75e72 to 0x75e7e (12 bytes) (id=172) dw $5e91 ; objects -INCBIN "baserom.gbc",$75e7e,$2182 +INCBIN "baserom.gbc",$75e7e,$75eb7 - $75e7e + +CopycatsHouseF1_h: ; 0x75eb7 to 0x75ec3 (12 bytes) (id=175) + db $01 ; tileset + db $04, $04 ; dimensions (y, x) + dw $4000, $5ec6, $5ec3 ; blocks, texts, scripts + db $00 ; connections + + dw $5ee3 ; objects + +INCBIN "baserom.gbc",$75ec3,$213d SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |