diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-10-17 08:13:51 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-10-17 08:13:51 -0600 |
commit | 7db2fe99f83e196a92bd3dab2e4c6b8c7b191682 (patch) | |
tree | 2da3877d40ad011c12f45ca0150c1cb0aa103969 /main.asm | |
parent | a3d3f8324a670aad8bf1348b65192544c8ab2d9f (diff) |
Add more from the beach house.
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5715,6 +5715,9 @@ CeladonHotelBlocks: INCBIN "maps/celadonhotel.blk" INCLUDE "data/mapHeaders/mtmoonpokecenter.asm" INCLUDE "scripts/mtmoonpokecenter.asm" +IF DEF(_YELLOW) +INCLUDE "scripts/beach_house.asm" +ENDC INCLUDE "data/mapObjects/mtmoonpokecenter.asm" INCLUDE "data/mapHeaders/rocktunnelpokecenter.asm" |