diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:44:52 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:44:52 -0600 |
commit | bf11d84c52b5cc234f941a058bb8feab842b579c (patch) | |
tree | 08c95eda0380884710b9ae61a131b89c7dbbf263 | |
parent | a31fd9a864b5037c6121efed94bcce9b8a7a3d77 (diff) |
SilphCo10_h map header asm
hg-commit-id: 367cc7d43d34
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 695a1d79..3b9f68e3 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14576,7 +14576,17 @@ SilphCo3_h: ; 0x59f4f to 0x59f5b (12 bytes) (id=208) dw $6035 ; objects -INCBIN "baserom.gbc",$59f5b,$20a5 +INCBIN "baserom.gbc",$59f5b,$5a12d - $59f5b + +SilphCo10_h: ; 0x5a12d to 0x5a139 (12 bytes) (id=234) + db $16 ; tileset + db $09, $08 ; dimensions (y, x) + dw $625a, $6186, $6139 ; blocks, texts, scripts + db $00 ; connections + + dw $61fb ; objects + +INCBIN "baserom.gbc",$5a139,$1ec7 SECTION "bank17",DATA,BANK[$17] |