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