From d04de35b9229a1891ceb03e13605f3438f5a7de0 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Fri, 27 May 2016 22:45:40 -0400 Subject: Red's House 2F --- main.asm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index bd9d8322..8a5d2bae 100755 --- a/main.asm +++ b/main.asm @@ -976,7 +976,14 @@ INCLUDE "engine/overworld/saffron_guards.asm" SECTION "bank17",ROMX,BANK[$17] - dr $5c000,$5da70 + dr $5c000,$5c010 +RedsHouse2FBlocks: +INCBIN "maps/redshouse2f.blk" + dr $5c020,$5c0a4 +INCLUDE "data/mapHeaders/redshouse2f.asm" +INCLUDE "scripts/redshouse2f.asm" +INCLUDE "data/mapObjects/redshouse2f.asm" + dr $5c0d4,$5da70 INCLUDE "engine/evolution.asm" -- cgit v1.3.1-sl0p