shithub: pokered

Download patch

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

SilphCo2_h map header asm

hg-commit-id: 8a6fc721e409


--- a/pokered.asm
+++ b/pokered.asm
@@ -14556,7 +14556,17 @@
 
     dw $5c97 ; objects
 
-INCBIN "baserom.gbc",$59b70,$2490
+INCBIN "baserom.gbc",$59b70,$59ce5 - $59b70
+
+SilphCo2_h: ; 0x59ce5 to 0x59cf1 (12 bytes) (id=207)
+    db $16 ; tileset
+    db $09, $0f ; dimensions (y, x)
+    dw $5ec8, $5d86, $5cf1 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $5e66 ; objects
+
+INCBIN "baserom.gbc",$59cf1,$230f
 
 SECTION "bank17",DATA,BANK[$17]