diff options
Diffstat (limited to 'data/layouts/Route128')
-rw-r--r-- | data/layouts/Route128/border.bin | 1 | ||||
-rw-r--r-- | data/layouts/Route128/layout.inc | 15 | ||||
-rw-r--r-- | data/layouts/Route128/map.bin | bin | 0 -> 9600 bytes |
3 files changed, 16 insertions, 0 deletions
diff --git a/data/layouts/Route128/border.bin b/data/layouts/Route128/border.bin new file mode 100644 index 000000000..c3fe51511 --- /dev/null +++ b/data/layouts/Route128/border.bin @@ -0,0 +1 @@ +pppp
\ No newline at end of file diff --git a/data/layouts/Route128/layout.inc b/data/layouts/Route128/layout.inc new file mode 100644 index 000000000..16624fa02 --- /dev/null +++ b/data/layouts/Route128/layout.inc @@ -0,0 +1,15 @@ +Route128_MapBorder:: + .incbin "data/layouts/Route128/border.bin" + +Route128_MapBlockdata:: + .incbin "data/layouts/Route128/map.bin" + + .align 2 +Route128_Layout:: + .4byte 0x78 + .4byte 0x28 + .4byte Route128_MapBorder + .4byte Route128_MapBlockdata + .4byte gTileset_General + .4byte gTileset_Mossdeep + diff --git a/data/layouts/Route128/map.bin b/data/layouts/Route128/map.bin Binary files differnew file mode 100644 index 000000000..fae8a373e --- /dev/null +++ b/data/layouts/Route128/map.bin |