blob: 4657c37a36eecaea1ab89c361580846c9ed4b1d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattleFrontier_BattlePyramidTop_MapBorder::
.incbin "data/layouts/BattleFrontier_BattlePyramidTop/border.bin"
BattleFrontier_BattlePyramidTop_MapBlockdata::
.incbin "data/layouts/BattleFrontier_BattlePyramidTop/map.bin"
.align 2
BattleFrontier_BattlePyramidTop_Layout::
.4byte 0x22
.4byte 0x17
.4byte BattleFrontier_BattlePyramidTop_MapBorder
.4byte BattleFrontier_BattlePyramidTop_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattlePyramid
|