diff options
Diffstat (limited to 'data/layouts/Route113')
-rw-r--r-- | data/layouts/Route113/border.bin | 1 | ||||
-rw-r--r-- | data/layouts/Route113/layout.inc | 15 | ||||
-rw-r--r-- | data/layouts/Route113/map.bin | bin | 0 -> 4000 bytes |
3 files changed, 16 insertions, 0 deletions
diff --git a/data/layouts/Route113/border.bin b/data/layouts/Route113/border.bin new file mode 100644 index 000000000..73e1e3c60 --- /dev/null +++ b/data/layouts/Route113/border.bin @@ -0,0 +1 @@ +mnuv
\ No newline at end of file diff --git a/data/layouts/Route113/layout.inc b/data/layouts/Route113/layout.inc new file mode 100644 index 000000000..0c1d76b58 --- /dev/null +++ b/data/layouts/Route113/layout.inc @@ -0,0 +1,15 @@ +Route113_MapBorder:: + .incbin "data/layouts/Route113/border.bin" + +Route113_MapBlockdata:: + .incbin "data/layouts/Route113/map.bin" + + .align 2 +Route113_Layout:: + .4byte 0x64 + .4byte 0x14 + .4byte Route113_MapBorder + .4byte Route113_MapBlockdata + .4byte gTileset_General + .4byte gTileset_Fallarbor + diff --git a/data/layouts/Route113/map.bin b/data/layouts/Route113/map.bin Binary files differnew file mode 100644 index 000000000..609690de2 --- /dev/null +++ b/data/layouts/Route113/map.bin |