blob: 4a1b0aa0264336acdf2abb8434fa04ee3566bd16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Underwater_SootopolisCity_MapBorder::
.incbin "data/layouts/Underwater_SootopolisCity/border.bin"
Underwater_SootopolisCity_MapBlockdata::
.incbin "data/layouts/Underwater_SootopolisCity/map.bin"
.align 2
Underwater_SootopolisCity_Layout::
.4byte 0x14
.4byte 0xa
.4byte Underwater_SootopolisCity_MapBorder
.4byte Underwater_SootopolisCity_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
|