16 lines
318 B
PHP
Raw Normal View History

2018-06-20 17:41:17 -05:00
Underwater7_MapBorder::
.incbin "data/layouts/Underwater7/border.bin"
Underwater7_MapBlockdata::
.incbin "data/layouts/Underwater7/map.bin"
.align 2
Underwater7_Layout::
.4byte 0x50
.4byte 0x28
.4byte Underwater7_MapBorder
.4byte Underwater7_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
2018-06-20 17:42:34 -05:00