16 lines
305 B
PHP
Raw Normal View History

2018-06-20 17:41:17 -05:00
IslandCave_MapBorder::
.incbin "data/layouts/IslandCave/border.bin"
IslandCave_MapBlockdata::
.incbin "data/layouts/IslandCave/map.bin"
.align 2
IslandCave_Layout::
.4byte 0x11
.4byte 0x21
.4byte IslandCave_MapBorder
.4byte IslandCave_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
2018-06-20 17:42:34 -05:00