diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-29 16:49:54 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-29 16:49:54 -0400 |
commit | 873ab5ace17d2c4d68a98e5d3ec2f6b0b248b44e (patch) | |
tree | c2a20dcde9d51cf11891545a196abfa2818d2760 /main.asm | |
parent | 9abb62033819774d7b256ee0222f7c6ece987bfe (diff) |
Mt Moon B1F
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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] |