shithub: pokered

Download patch

ref: a4a98bc220af342404d57bfce3af6161b4771ffa
parent: 52dc6cf9a64d84295b1fd7363150c6d1253c1257
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:56:58 EST 2012

SilphCo11_h map header asm

hg-commit-id: 9c2e8ec87c8f


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