diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:41:48 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:41:48 -0600 |
commit | 1c8ab91381e66cf682469bc242a3f68286c5ddd7 (patch) | |
tree | 66d4929ee7ca39cafdbb4c130122e64c977c1196 | |
parent | bf1904c6219cdfcf2dff452875cc880c265660c6 (diff) |
SilphCo8_h map header asm
hg-commit-id: 76e3009ea769
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index d88280f6..463558ad 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14321,7 +14321,17 @@ Route12House_h: ; 0x56473 to 0x5647f (12 bytes) (id=189) dw $64de ; objects -INCBIN "baserom.gbc",$5647f,$1b81 +INCBIN "baserom.gbc",$5647f,$564f8 - $5647f + +SilphCo8_h: ; 0x564f8 to 0x56504 (12 bytes) (id=213) + db $16 ; tileset + db $09, $0d ; dimensions (y, x) + dw $666d, $657d, $6504 ; blocks, texts, scripts + db $00 ; connections + + dw $6613 ; objects + +INCBIN "baserom.gbc",$56504,$1afc SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |