diff options
Diffstat (limited to 'data/layouts/Route110_TrickHousePuzzle2/layout.inc')
-rw-r--r-- | data/layouts/Route110_TrickHousePuzzle2/layout.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/layouts/Route110_TrickHousePuzzle2/layout.inc b/data/layouts/Route110_TrickHousePuzzle2/layout.inc new file mode 100644 index 000000000..65caaa734 --- /dev/null +++ b/data/layouts/Route110_TrickHousePuzzle2/layout.inc @@ -0,0 +1,15 @@ +Route110_TrickHousePuzzle2_MapBorder:: + .incbin "data/layouts/Route110_TrickHousePuzzle2/border.bin" + +Route110_TrickHousePuzzle2_MapBlockdata:: + .incbin "data/layouts/Route110_TrickHousePuzzle2/map.bin" + + .align 2 +Route110_TrickHousePuzzle2_Layout:: + .4byte 0xf + .4byte 0x16 + .4byte Route110_TrickHousePuzzle2_MapBorder + .4byte Route110_TrickHousePuzzle2_MapBlockdata + .4byte gTileset_Building + .4byte gTileset_TrickHousePuzzle + |