blob: ad173f936045a4dc82c696b6b0d92ff3ef1cc103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
AncientTomb_MapBorder::
.incbin "data/layouts/AncientTomb/border.bin"
AncientTomb_MapBlockdata::
.incbin "data/layouts/AncientTomb/map.bin"
.align 2
AncientTomb_Layout::
.4byte 0x11
.4byte 0x21
.4byte AncientTomb_MapBorder
.4byte AncientTomb_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|