blob: c25b3b2a0fb5975c843dae0a0889accb1c8fcccb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattleFrontier_Lounge1_MapBorder::
.incbin "data/layouts/BattleFrontier_Lounge1/border.bin"
BattleFrontier_Lounge1_MapBlockdata::
.incbin "data/layouts/BattleFrontier_Lounge1/map.bin"
.align 2
BattleFrontier_Lounge1_Layout::
.4byte 0xd
.4byte 0x8
.4byte BattleFrontier_Lounge1_MapBorder
.4byte BattleFrontier_Lounge1_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattleFrontier
|