diff options
-rw-r--r-- | pokered.asm | 28 |
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] |