diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:56:58 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:56:58 -0600 |
commit | a4a98bc220af342404d57bfce3af6161b4771ffa (patch) | |
tree | da84392bc077dc276dd24a04018e61834b41f2ac /pokered.asm | |
parent | 52dc6cf9a64d84295b1fd7363150c6d1253c1257 (diff) |
SilphCo11_h map header asm
hg-commit-id: 9c2e8ec87c8f
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 b6a39e7f..aee064f5 100644 --- a/pokered.asm +++ b/pokered.asm @@ -15134,7 +15134,17 @@ DiglettsCave_h: ; 0x61f62 to 0x61f6e (12 bytes) (id=197) dw $5f72 ; objects -INCBIN "baserom.gbc",$61f6e,$2092 +INCBIN "baserom.gbc",$61f6e,$620ee - $61f6e + +SilphCo11_h: ; 0x620ee to 0x620fa (12 bytes) (id=235) + db $10 ; tileset + db $09, $09 ; dimensions (y, x) + dw $63c8, $62b7, $60fa ; blocks, texts, scripts + db $00 ; connections + + dw $6380 ; objects + +INCBIN "baserom.gbc",$620fa,$1f06 SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |