summaryrefslogtreecommitdiff
path: root/pokered.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:43:18 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:43:18 -0600
commit1ada9c423e50c083d3c71704627f6091cad5fcdc (patch)
tree9e2db9ae505a7395c6cd62fd10f23baa350bbb9a /pokered.asm
parent59042213a6bb81f7f34672c5d56ea33360a8060e (diff)
Route15_h map header asm
hg-commit-id: 31ced8b1f80d
Diffstat (limited to 'pokered.asm')
-rw-r--r--pokered.asm28
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 3cff870e..550e2648 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -14468,7 +14468,33 @@ Route12_h: ; 0x5866d to 0x5869a (45 bytes) (id=23)
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]