shithub: pokered

Download patch

ref: 685032a6c68903df04d4e0a7ec284f7a5582d542
parent: d72c0580e8af0696f872f9ff90a3c502ed5113a5
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:42:11 EST 2012

Route8_h map header asm

hg-commit-id: f3c067d277c6


--- a/pokered.asm
+++ b/pokered.asm
@@ -14358,7 +14358,33 @@
 
     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]