shithub: pokered

Download patch

ref: 713df76608ecc98137b069cc580f3951808db123
parent: 685032a6c68903df04d4e0a7ec284f7a5582d542
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:42:30 EST 2012

Route10_h map header asm

hg-commit-id: 9d78c4dcd443


--- a/pokered.asm
+++ b/pokered.asm
@@ -14384,7 +14384,33 @@
 
     dw $414f ; objects
 
-INCBIN "baserom.gbc",$5814f,$3eb1
+INCBIN "baserom.gbc",$5814f,$582d4 - $5814f
+
+Route10_h: ; 0x582d4 to 0x582f6 (34 bytes) (id=21)
+    db $00 ; tileset
+    db $24, $0a ; dimensions (y, x)
+    dw $4356, $534f, $5336 ; blocks, texts, scripts
+    db SOUTH | WEST ; connections
+
+    ; connections data
+
+    db $04 ; some map
+    dw $4085, $c95b ; pointers (connected, current) (strip)
+    db $0a, $0a ; bigness, width
+    db $00, $00 ; alignments (y, x)
+    dw $c6f9 ; window
+
+    db $14 ; some map
+    dw $4719, $c718 ; pointers (connected, current) (strip)
+    db $09, $1e ; bigness, width
+    db $00, $3b ; alignments (y, x)
+    dw $c72a ; window
+
+    ; end connection data
+
+    dw $42f6 ; objects
+
+INCBIN "baserom.gbc",$582f6,$3d0a
 
 SECTION "bank17",DATA,BANK[$17]