ref: d72c0580e8af0696f872f9ff90a3c502ed5113a5
parent: 1c8ab91381e66cf682469bc242a3f68286c5ddd7
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:42:00 EST 2012
Route6_h map header asm hg-commit-id: e2bff47bab46
--- a/pokered.asm
+++ b/pokered.asm
@@ -14334,7 +14334,31 @@
INCBIN "baserom.gbc",$56504,$1afc
SECTION "bank16",DATA,BANK[$16]
-INCBIN "baserom.gbc",$58000,$4000
+Route6_h: ; 0x58000 to 0x58022 (34 bytes) (id=17)
+ db $00 ; tileset
+ db $12, $0a ; dimensions (y, x)
+ dw $4079, $50c9, $50b0 ; blocks, texts, scripts
+ db NORTH | SOUTH ; connections
+
+ ; connections data
+
+ db $0a ; some map
+ dw $4bc6, $c6e8 ; pointers (connected, current) (strip)
+ db $10, $14 ; bigness, width
+ db $23, $0a ; alignments (y, x)
+ dw $c8bd ; window
+
+ db $05 ; some map
+ dw $4a41, $c838 ; pointers (connected, current) (strip)
+ db $10, $14 ; bigness, width
+ db $00, $0a ; alignments (y, x)
+ dw $c703 ; window
+
+ ; end connection data
+
+ dw $4022 ; objects
+
+INCBIN "baserom.gbc",$58022,$3fde
SECTION "bank17",DATA,BANK[$17]