blob: 24090c671edfb4efee8711bac80a2d0fbea8fb26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattlePyramidSquare15_MapBorder::
.incbin "data/layouts/BattlePyramidSquare15/border.bin"
BattlePyramidSquare15_MapBlockdata::
.incbin "data/layouts/BattlePyramidSquare15/map.bin"
.align 2
BattlePyramidSquare15_Layout::
.4byte 0x8
.4byte 0x8
.4byte BattlePyramidSquare15_MapBorder
.4byte BattlePyramidSquare15_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattlePyramid
|