summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-29 16:49:54 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-29 16:49:54 -0400
commit873ab5ace17d2c4d68a98e5d3ec2f6b0b248b44e (patch)
treec2a20dcde9d51cf11891545a196abfa2818d2760 /main.asm
parent9abb62033819774d7b256ee0222f7c6ece987bfe (diff)
Mt Moon B1F
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 33332dff..fadf6417 100755
--- a/main.asm
+++ b/main.asm
@@ -786,7 +786,14 @@ INCLUDE "scripts/redshouse1f.asm"
INCLUDE "data/mapObjects/redshouse1f.asm"
RedsHouse1FBlocks:
INCBIN "maps/redshouse1f.blk"
- dr $48157,$4a540
+ dr $48157,$49953
+
+INCLUDE "data/mapHeaders/mtmoon1.asm"
+INCLUDE "scripts/mtmoon1.asm"
+INCLUDE "data/mapObjects/mtmoon1.asm"
+MtMoon1Blocks:
+INCBIN "maps/mtmoon1.blk"
+ dr $49c7e,$4a540
SECTION "bank13",ROMX,BANK[$13]