From c7f92f42fd8dfe74127d67a63e98d6a2242935c3 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:16:52 -0600 Subject: [PATCH] Route12GateUpstairs_h map header asm hg-commit-id: 859cc21fda06 --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index bc840734..203219eb 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13417,7 +13417,17 @@ Route12Gate_h: ; 0x494f8 to 0x49504 (12 bytes) (id=87) dw $550e ; objects -INCBIN "baserom.gbc",$49504,$2afc +INCBIN "baserom.gbc",$49504,$49554 - $49504 + +Route12GateUpstairs_h: ; 0x49554 to 0x49560 (12 bytes) (id=195) + db $0c ; tileset + db $04, $04 ; dimensions (y, x) + dw $40db, $5563, $5560 ; blocks, texts, scripts + db $00 ; connections + + dw $55de ; objects + +INCBIN "baserom.gbc",$49560,$2aa0 SECTION "bank13",DATA,BANK[$13]