diff options
Diffstat (limited to 'data/layouts/Route104')
-rw-r--r-- | data/layouts/Route104/border.bin | 1 | ||||
-rw-r--r-- | data/layouts/Route104/layout.inc | 15 | ||||
-rw-r--r-- | data/layouts/Route104/map.bin | bin | 0 -> 6400 bytes |
3 files changed, 16 insertions, 0 deletions
diff --git a/data/layouts/Route104/border.bin b/data/layouts/Route104/border.bin new file mode 100644 index 000000000..03bcafef1 --- /dev/null +++ b/data/layouts/Route104/border.bin @@ -0,0 +1 @@ +ÔÕÜÝ
\ No newline at end of file diff --git a/data/layouts/Route104/layout.inc b/data/layouts/Route104/layout.inc new file mode 100644 index 000000000..9a9418e46 --- /dev/null +++ b/data/layouts/Route104/layout.inc @@ -0,0 +1,15 @@ +Route104_MapBorder:: + .incbin "data/layouts/Route104/border.bin" + +Route104_MapBlockdata:: + .incbin "data/layouts/Route104/map.bin" + + .align 2 +Route104_Layout:: + .4byte 0x28 + .4byte 0x50 + .4byte Route104_MapBorder + .4byte Route104_MapBlockdata + .4byte gTileset_General + .4byte gTileset_Rustboro + diff --git a/data/layouts/Route104/map.bin b/data/layouts/Route104/map.bin Binary files differnew file mode 100644 index 000000000..7731bc31c --- /dev/null +++ b/data/layouts/Route104/map.bin |