blob: 2d16216c52f7837f20e9b8430b102257efefbf82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattleFrontier_BattlePalaceCorridor_MapBorder::
.incbin "data/layouts/BattleFrontier_BattlePalaceCorridor/border.bin"
BattleFrontier_BattlePalaceCorridor_MapBlockdata::
.incbin "data/layouts/BattleFrontier_BattlePalaceCorridor/map.bin"
.align 2
BattleFrontier_BattlePalaceCorridor_Layout::
.4byte 0x11
.4byte 0xe
.4byte BattleFrontier_BattlePalaceCorridor_MapBorder
.4byte BattleFrontier_BattlePalaceCorridor_MapBlockdata
.4byte gTileset_General
.4byte gTileset_BattlePalace
|