From 93d9f5add145b5418fbf840cd1f2b2a3466e8008 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:16:30 -0600 Subject: [PATCH] Route12Gate_h map header asm hg-commit-id: 53e500c814fd --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 90c79ea7..bc840734 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13407,7 +13407,17 @@ Route11GateUpstairs_h: ; 0x49448 to 0x49454 (12 bytes) (id=86) dw $54da ; objects -INCBIN "baserom.gbc",$49454,$2bac +INCBIN "baserom.gbc",$49454,$494f8 - $49454 + +Route12Gate_h: ; 0x494f8 to 0x49504 (12 bytes) (id=87) + db $0c ; tileset + db $04, $05 ; dimensions (y, x) + dw $5540, $5507, $5504 ; blocks, texts, scripts + db $00 ; connections + + dw $550e ; objects + +INCBIN "baserom.gbc",$49504,$2afc SECTION "bank13",DATA,BANK[$13]