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