summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:42:11 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:42:11 -0600
commit685032a6c68903df04d4e0a7ec284f7a5582d542 (patch)
tree9fab6643b74b4d01f0d1436bcd8c8ea052a2992c
parentd72c0580e8af0696f872f9ff90a3c502ed5113a5 (diff)
Route8_h map header asm
hg-commit-id: f3c067d277c6
-rw-r--r--pokered.asm28
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index a8ab4df1..b7576497 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -14358,7 +14358,33 @@ Route6_h: ; 0x58000 to 0x58022 (34 bytes) (id=17)
dw $4022 ; objects
-INCBIN "baserom.gbc",$58022,$3fde
+INCBIN "baserom.gbc",$58022,$5812d - $58022
+
+Route8_h: ; 0x5812d to 0x5814f (34 bytes) (id=19)
+ db $00 ; tileset
+ db $09, $1e ; dimensions (y, x)
+ dw $41c6, $51cf, $51b6 ; blocks, texts, scripts
+ db WEST | EAST ; connections
+
+ ; connections data
+
+ db $0a ; some map
+ dw $4abd, $c6e8 ; pointers (connected, current) (strip)
+ db $0f, $14 ; bigness, width
+ db $08, $27 ; alignments (y, x)
+ dw $c716 ; window
+
+ db $04 ; some map
+ dw $4085, $c775 ; pointers (connected, current) (strip)
+ db $09, $0a ; bigness, width
+ db $00, $00 ; alignments (y, x)
+ dw $c6f9 ; window
+
+ ; end connection data
+
+ dw $414f ; objects
+
+INCBIN "baserom.gbc",$5814f,$3eb1
SECTION "bank17",DATA,BANK[$17]