shithub: pokered

Download patch

ref: 4a2a1b1c44fa0ded3d47b62ebc76f78609fd4d34
parent: 65ab8b5f27279915f028ed0816bdeeb90d3f9252
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:43:47 EST 2012

Route18_h map header asm

hg-commit-id: e64b2245b81f


--- a/pokered.asm
+++ b/pokered.asm
@@ -14520,7 +14520,33 @@
 
     dw $4afc ; objects
 
-INCBIN "baserom.gbc",$58afc,$3504
+INCBIN "baserom.gbc",$58afc,$58c38 - $58afc
+
+Route18_h: ; 0x58c38 to 0x58c5a (34 bytes) (id=29)
+    db $00 ; tileset
+    db $09, $19 ; dimensions (y, x)
+    dw $4c9c, $5ae0, $5ac7 ; blocks, texts, scripts
+    db NORTH | EAST ; connections
+
+    ; connections data
+
+    db $1c ; some map
+    dw $4e5a, $c6eb ; pointers (connected, current) (strip)
+    db $0a, $0a ; bigness, width
+    db $8f, $00 ; alignments (y, x)
+    dw $cb69 ; window
+
+    db $07 ; some map
+    dw $4c9a, $c704 ; pointers (connected, current) (strip)
+    db $0f, $14 ; bigness, width
+    db $08, $00 ; alignments (y, x)
+    dw $c703 ; window
+
+    ; end connection data
+
+    dw $4c5a ; objects
+
+INCBIN "baserom.gbc",$58c5a,$33a6
 
 SECTION "bank17",DATA,BANK[$17]