shithub: pokered

Download patch

ref: 1ada9c423e50c083d3c71704627f6091cad5fcdc
parent: 59042213a6bb81f7f34672c5d56ea33360a8060e
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:43:18 EST 2012

Route15_h map header asm

hg-commit-id: 31ced8b1f80d


--- a/pokered.asm
+++ b/pokered.asm
@@ -14468,7 +14468,33 @@
 
     dw $469a ; objects
 
-INCBIN "baserom.gbc",$5869a,$3966
+INCBIN "baserom.gbc",$5869a,$5892c - $5869a
+
+Route15_h: ; 0x5892c to 0x5894e (34 bytes) (id=26)
+    db $00 ; tileset
+    db $09, $1e ; dimensions (y, x)
+    dw $49cc, $57c7, $57ae ; blocks, texts, scripts
+    db WEST | EAST ; connections
+
+    ; connections data
+
+    db $07 ; some map
+    dw $4cab, $c6e8 ; pointers (connected, current) (strip)
+    db $0f, $14 ; bigness, width
+    db $08, $27 ; alignments (y, x)
+    dw $c716 ; window
+
+    db $19 ; some map
+    dw $4aa8, $c709 ; pointers (connected, current) (strip)
+    db $0c, $0a ; bigness, width
+    db $24, $00 ; alignments (y, x)
+    dw $c6f9 ; window
+
+    ; end connection data
+
+    dw $494e ; objects
+
+INCBIN "baserom.gbc",$5894e,$36b2
 
 SECTION "bank17",DATA,BANK[$17]