blob: c298ee6f4e6c8206d2b8bedfd4358b70f089692d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattlePyramidSquare04_MapBorder::
.incbin "data/layouts/BattlePyramidSquare04/border.bin"
BattlePyramidSquare04_MapBlockdata::
.incbin "data/layouts/BattlePyramidSquare04/map.bin"
.align 2
BattlePyramidSquare04_Layout::
.4byte 0x8
.4byte 0x8
.4byte BattlePyramidSquare04_MapBorder
.4byte BattlePyramidSquare04_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattlePyramid
|