blob: 7dba3777cd967837377726a2666706ece53396a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattleFrontier_BattleTowerCorridor2_MapBorder::
.incbin "data/layouts/BattleFrontier_BattleTowerCorridor2/border.bin"
BattleFrontier_BattleTowerCorridor2_MapBlockdata::
.incbin "data/layouts/BattleFrontier_BattleTowerCorridor2/map.bin"
.align 2
BattleFrontier_BattleTowerCorridor2_Layout::
.4byte 0x11
.4byte 0x5
.4byte BattleFrontier_BattleTowerCorridor2_MapBorder
.4byte BattleFrontier_BattleTowerCorridor2_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattleFrontier
|