blob: 3dd4aeaa538cb84af8e40e9d4416e5ab13513735 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattleFrontier_ReceptionGate_MapBorder::
.incbin "data/layouts/BattleFrontier_ReceptionGate/border.bin"
BattleFrontier_ReceptionGate_MapBlockdata::
.incbin "data/layouts/BattleFrontier_ReceptionGate/map.bin"
.align 2
BattleFrontier_ReceptionGate_Layout::
.4byte 0x9
.4byte 0xe
.4byte BattleFrontier_ReceptionGate_MapBorder
.4byte BattleFrontier_ReceptionGate_MapBlockdata
.4byte gTileset_General
.4byte gTileset_BattleFrontier
|