shithub: pokered

Download patch

ref: 87303d24319220e059ffc21ada2c54829b5103dd
parent: 713df76608ecc98137b069cc580f3951808db123
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:42:49 EST 2012

Route11_h map header asm

hg-commit-id: ca60ba33d184


--- a/pokered.asm
+++ b/pokered.asm
@@ -14410,7 +14410,33 @@
 
     dw $42f6 ; objects
 
-INCBIN "baserom.gbc",$582f6,$3d0a
+INCBIN "baserom.gbc",$582f6,$584be - $582f6
+
+Route11_h: ; 0x584be to 0x584e0 (34 bytes) (id=22)
+    db $00 ; tileset
+    db $09, $1e ; dimensions (y, x)
+    dw $455f, $5465, $544c ; blocks, texts, scripts
+    db WEST | EAST ; connections
+
+    ; connections data
+
+    db $05 ; some map
+    dw $4a64, $c6e8 ; pointers (connected, current) (strip)
+    db $0f, $14 ; bigness, width
+    db $08, $27 ; alignments (y, x)
+    dw $c716 ; window
+
+    db $17 ; some map
+    dw $4800, $c709 ; pointers (connected, current) (strip)
+    db $0f, $0a ; bigness, width
+    db $36, $00 ; alignments (y, x)
+    dw $c6f9 ; window
+
+    ; end connection data
+
+    dw $44e0 ; objects
+
+INCBIN "baserom.gbc",$584e0,$3b20
 
 SECTION "bank17",DATA,BANK[$17]