shithub: pokered

Download patch

ref: bf11d84c52b5cc234f941a058bb8feab842b579c
parent: a31fd9a864b5037c6121efed94bcce9b8a7a3d77
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:44:52 EST 2012

SilphCo10_h map header asm

hg-commit-id: 367cc7d43d34


--- a/pokered.asm
+++ b/pokered.asm
@@ -14576,7 +14576,17 @@
 
     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]