diff options
Diffstat (limited to 'data/layouts/Underwater_Route134/layout.inc')
-rw-r--r-- | data/layouts/Underwater_Route134/layout.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/layouts/Underwater_Route134/layout.inc b/data/layouts/Underwater_Route134/layout.inc new file mode 100644 index 000000000..523c9f5e3 --- /dev/null +++ b/data/layouts/Underwater_Route134/layout.inc @@ -0,0 +1,14 @@ +Underwater_Route134_MapBorder:: @ 82F7600 + .incbin "data/layouts/Underwater_Route134/border.bin" + +Underwater_Route134_MapBlockdata:: @ 82F7608 + .incbin "data/layouts/Underwater_Route134/map.bin" + + .align 2 +Underwater_Route134_Layout:: @ 82F7770 + .4byte 0x12 + .4byte 0xa + .4byte Underwater_Route134_MapBorder + .4byte Underwater_Route134_MapBlockdata + .4byte gTileset_General + .4byte gTileset_Underwater |