From 43411c6c07c71fee0575bb56e1f4f72923b060c9 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:17:16 -0600 Subject: [PATCH] Route15Gate_h map header asm hg-commit-id: 70832d1c20b7 --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 203219eb..99ebb4f1 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13427,7 +13427,17 @@ Route12GateUpstairs_h: ; 0x49554 to 0x49560 (12 bytes) (id=195) dw $55de ; objects -INCBIN "baserom.gbc",$49560,$2aa0 +INCBIN "baserom.gbc",$49560,$495f6 - $49560 + +Route15Gate_h: ; 0x495f6 to 0x49602 (12 bytes) (id=184) + db $0c ; tileset + db $05, $04 ; dimensions (y, x) + dw $40c7, $5605, $5602 ; blocks, texts, scripts + db $00 ; connections + + dw $560c ; objects + +INCBIN "baserom.gbc",$49602,$29fe SECTION "bank13",DATA,BANK[$13]