summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-27 22:45:40 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-27 22:45:40 -0400
commitd04de35b9229a1891ceb03e13605f3438f5a7de0 (patch)
treeaf2ef53550569f039e9813390f468cc4fdbbf6a3 /main.asm
parente51658fed09fa1247fb1d61c76f7f0441bf9f388 (diff)
Red's House 2F
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm9
1 files changed, 8 insertions, 1 deletions
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"