shithub: pokered

Download patch

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

SilphCo3_h map header asm

hg-commit-id: 3fc04c4e613c


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