diff options
Diffstat (limited to 'data/layouts/Route118')
-rw-r--r-- | data/layouts/Route118/border.bin | 1 | ||||
-rw-r--r-- | data/layouts/Route118/layout.inc | 15 | ||||
-rw-r--r-- | data/layouts/Route118/map.bin | bin | 0 -> 3200 bytes |
3 files changed, 16 insertions, 0 deletions
diff --git a/data/layouts/Route118/border.bin b/data/layouts/Route118/border.bin new file mode 100644 index 000000000..c3fe51511 --- /dev/null +++ b/data/layouts/Route118/border.bin @@ -0,0 +1 @@ +pppp
\ No newline at end of file diff --git a/data/layouts/Route118/layout.inc b/data/layouts/Route118/layout.inc new file mode 100644 index 000000000..cb87f8414 --- /dev/null +++ b/data/layouts/Route118/layout.inc @@ -0,0 +1,15 @@ +Route118_MapBorder:: + .incbin "data/layouts/Route118/border.bin" + +Route118_MapBlockdata:: + .incbin "data/layouts/Route118/map.bin" + + .align 2 +Route118_Layout:: + .4byte 0x50 + .4byte 0x14 + .4byte Route118_MapBorder + .4byte Route118_MapBlockdata + .4byte gTileset_General + .4byte gTileset_Mauville + diff --git a/data/layouts/Route118/map.bin b/data/layouts/Route118/map.bin Binary files differnew file mode 100644 index 000000000..dfd8a293d --- /dev/null +++ b/data/layouts/Route118/map.bin |