blob: 67187b9bf63a5f82d71979f5eee486837d7eee90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattlePyramidSquare16_MapBorder::
.incbin "data/layouts/BattlePyramidSquare16/border.bin"
BattlePyramidSquare16_MapBlockdata::
.incbin "data/layouts/BattlePyramidSquare16/map.bin"
.align 2
BattlePyramidSquare16_Layout::
.4byte 0x8
.4byte 0x8
.4byte BattlePyramidSquare16_MapBorder
.4byte BattlePyramidSquare16_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattlePyramid
|