summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:38:37 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:38:37 -0600
commit7b808facb54d87f81116e8d55acbd598733383ad (patch)
treeaf8e0167b375abec63cb841c85059bdceeea7669
parent3fb4c2040cc8720ac51147cc2ad62704b9cff87d (diff)
Route5_h map header asm
hg-commit-id: 90e1b29b5087
-rw-r--r--pokered.asm28
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 586577fb..0d2d34d3 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -14089,7 +14089,33 @@ Route4_h: ; 0x54390 to 0x543b2 (34 bytes) (id=15)
dw $43b2 ; objects
-INCBIN "baserom.gbc",$543b2,$3c4e
+INCBIN "baserom.gbc",$543b2,$54581 - $543b2
+
+Route5_h: ; 0x54581 to 0x545a3 (34 bytes) (id=16)
+ db $00 ; tileset
+ db $12, $0a ; dimensions (y, x)
+ dw $45d2, $56b5, $56b2 ; blocks, texts, scripts
+ db NORTH | SOUTH ; connections
+
+ ; connections data
+
+ db $03 ; some map
+ dw $495e, $c6e8 ; pointers (connected, current) (strip)
+ db $10, $14 ; bigness, width
+ db $23, $0a ; alignments (y, x)
+ dw $c8bd ; window
+
+ db $0a ; some map
+ dw $4a9a, $c838 ; pointers (connected, current) (strip)
+ db $10, $14 ; bigness, width
+ db $00, $0a ; alignments (y, x)
+ dw $c703 ; window
+
+ ; end connection data
+
+ dw $45a3 ; objects
+
+INCBIN "baserom.gbc",$545a3,$3a5d
SECTION "bank16",DATA,BANK[$16]
INCBIN "baserom.gbc",$58000,$4000