blob: d7a082d13bf085e154cd168322afa53786d61d4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattleFrontier_BattlePikeThreePathRoom_MapBorder::
.incbin "data/layouts/BattleFrontier_BattlePikeThreePathRoom/border.bin"
BattleFrontier_BattlePikeThreePathRoom_MapBlockdata::
.incbin "data/layouts/BattleFrontier_BattlePikeThreePathRoom/map.bin"
.align 2
BattleFrontier_BattlePikeThreePathRoom_Layout::
.4byte 0xd
.4byte 0xb
.4byte BattleFrontier_BattlePikeThreePathRoom_MapBorder
.4byte BattleFrontier_BattlePikeThreePathRoom_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattlePike
|