diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:44:33 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:44:33 -0600 |
commit | a31fd9a864b5037c6121efed94bcce9b8a7a3d77 (patch) | |
tree | b219ad1fc8f67619e41a524d6d5df3bbe38bd4e3 | |
parent | e0cf4846fa7d5213cb333aeb94b42688f72633a0 (diff) |
SilphCo3_h map header asm
hg-commit-id: 3fc04c4e613c
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 2417d50e..695a1d79 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14566,7 +14566,17 @@ SilphCo2_h: ; 0x59ce5 to 0x59cf1 (12 bytes) (id=207) dw $5e66 ; objects -INCBIN "baserom.gbc",$59cf1,$230f +INCBIN "baserom.gbc",$59cf1,$59f4f - $59cf1 + +SilphCo3_h: ; 0x59f4f to 0x59f5b (12 bytes) (id=208) + db $16 ; tileset + db $09, $0f ; dimensions (y, x) + dw $60a6, $5fc4, $5f5b ; blocks, texts, scripts + db $00 ; connections + + dw $6035 ; objects + +INCBIN "baserom.gbc",$59f5b,$20a5 SECTION "bank17",DATA,BANK[$17] |