blob: a65e7928b13d45b183189469ea6569db4b5b16ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattleFrontier_BattlePointExchangeServiceCorner_MapBorder::
.incbin "data/layouts/BattleFrontier_BattlePointExchangeServiceCorner/border.bin"
BattleFrontier_BattlePointExchangeServiceCorner_MapBlockdata::
.incbin "data/layouts/BattleFrontier_BattlePointExchangeServiceCorner/map.bin"
.align 2
BattleFrontier_BattlePointExchangeServiceCorner_Layout::
.4byte 0xf
.4byte 0xb
.4byte BattleFrontier_BattlePointExchangeServiceCorner_MapBorder
.4byte BattleFrontier_BattlePointExchangeServiceCorner_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattleFrontier
|