blob: 9ce7223e1e36b7b97ea6c96faba5eaee90f38119 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
VictoryRoad_B1F_MapBorder::
.incbin "data/layouts/VictoryRoad_B1F/border.bin"
VictoryRoad_B1F_MapBlockdata::
.incbin "data/layouts/VictoryRoad_B1F/map.bin"
.align 2
VictoryRoad_B1F_Layout::
.4byte 0x2e
.4byte 0x1f
.4byte VictoryRoad_B1F_MapBorder
.4byte VictoryRoad_B1F_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|