summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:42:30 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:42:30 -0600
commit713df76608ecc98137b069cc580f3951808db123 (patch)
tree98e43e84b3591d551e20312febe3b7ad7553dfce
parent685032a6c68903df04d4e0a7ec284f7a5582d542 (diff)
Route10_h map header asm
hg-commit-id: 9d78c4dcd443
-rw-r--r--pokered.asm28
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index b7576497..a6a853c5 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -14384,7 +14384,33 @@ Route8_h: ; 0x5812d to 0x5814f (34 bytes) (id=19)
dw $414f ; objects
-INCBIN "baserom.gbc",$5814f,$3eb1
+INCBIN "baserom.gbc",$5814f,$582d4 - $5814f
+
+Route10_h: ; 0x582d4 to 0x582f6 (34 bytes) (id=21)
+ db $00 ; tileset
+ db $24, $0a ; dimensions (y, x)
+ dw $4356, $534f, $5336 ; blocks, texts, scripts
+ db SOUTH | WEST ; connections
+
+ ; connections data
+
+ db $04 ; some map
+ dw $4085, $c95b ; pointers (connected, current) (strip)
+ db $0a, $0a ; bigness, width
+ db $00, $00 ; alignments (y, x)
+ dw $c6f9 ; window
+
+ db $14 ; some map
+ dw $4719, $c718 ; pointers (connected, current) (strip)
+ db $09, $1e ; bigness, width
+ db $00, $3b ; alignments (y, x)
+ dw $c72a ; window
+
+ ; end connection data
+
+ dw $42f6 ; objects
+
+INCBIN "baserom.gbc",$582f6,$3d0a
SECTION "bank17",DATA,BANK[$17]