blob: 351b04227c3eba2d7ac4df33bed3e51726be6de5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattlePyramidSquare13_MapBorder::
.incbin "data/layouts/BattlePyramidSquare13/border.bin"
BattlePyramidSquare13_MapBlockdata::
.incbin "data/layouts/BattlePyramidSquare13/map.bin"
.align 2
BattlePyramidSquare13_Layout::
.4byte 0x8
.4byte 0x8
.4byte BattlePyramidSquare13_MapBorder
.4byte BattlePyramidSquare13_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattlePyramid
|