blob: 5a3035b72170137e194b894c5797e9fe5b2c0a56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|