From 29d3062eeb6cde2049341e824d8851983fbfba4f Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:34:01 -0600 Subject: [PATCH] Route23_h map header asm hg-commit-id: 164454be427b --- pokered.asm | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 020d0c03..4e1ada39 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13844,7 +13844,33 @@ Route20_h: ; 0x500f1 to 0x50113 (34 bytes) (id=31) dw $4113 ; objects -INCBIN "baserom.gbc",$50113,$3eed +INCBIN "baserom.gbc",$50113,$5033f - $50113 + +Route23_h: ; 0x5033f to 0x50361 (34 bytes) (id=34) + db $17 ; tileset + db $48, $0a ; dimensions (y, x) + dw $43b2, $52f7, $51da ; blocks, texts, scripts + db NORTH | SOUTH ; connections + + ; connections data + + db $09 ; some map + dw $4986, $c6eb ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $11, $00 ; alignments (y, x) + dw $c779 ; window + + db $21 ; some map + dw $403d, $cb9b ; pointers (connected, current) (strip) + db $0d, $14 ; bigness, width + db $00, $00 ; alignments (y, x) + dw $c703 ; window + + ; end connection data + + dw $4361 ; objects + +INCBIN "baserom.gbc",$50361,$3c9f SECTION "bank15",DATA,BANK[$15] INCBIN "baserom.gbc",$54000,$4000