blob: 5508a668b4df3f98468cf12b074445129f8ef76b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
AquaHideout_1F_MapBorder::
.incbin "data/layouts/AquaHideout_1F/border.bin"
AquaHideout_1F_MapBlockdata::
.incbin "data/layouts/AquaHideout_1F/map.bin"
.align 2
AquaHideout_1F_Layout::
.4byte 0x1c
.4byte 0x1e
.4byte AquaHideout_1F_MapBorder
.4byte AquaHideout_1F_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Facility
|