From 63b50b782aab9a7e99b02035917a83d2cb79cdcc Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:50:40 -0600 Subject: Route2Gate_h map header asm hg-commit-id: 31b1967f8f90 --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 5417f650..ab6edab5 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14851,7 +14851,17 @@ ViridianForestexit_h: ; 0x5d57b to 0x5d587 (12 bytes) (id=47) dw $5598 ; objects -INCBIN "baserom.gbc",$5d587,$2a79 +INCBIN "baserom.gbc",$5d587,$5d5c8 - $5d587 + +Route2Gate_h: ; 0x5d5c8 to 0x5d5d4 (12 bytes) (id=49) + db $0c ; tileset + db $04, $05 ; dimensions (y, x) + dw $4090, $55d7, $55d4 ; blocks, texts, scripts + db $00 ; connections + + dw $5620 ; objects + +INCBIN "baserom.gbc",$5d5d4,$2a2c SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 -- cgit v1.3.1-sl0p