blob: 38ad9e97edbbed5f226f8226193baee1400899d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route121_SafariZoneEntrance_MapBorder::
.incbin "data/layouts/Route121_SafariZoneEntrance/border.bin"
Route121_SafariZoneEntrance_MapBlockdata::
.incbin "data/layouts/Route121_SafariZoneEntrance/map.bin"
.align 2
Route121_SafariZoneEntrance_Layout::
.4byte 0x12
.4byte 0xe
.4byte Route121_SafariZoneEntrance_MapBorder
.4byte Route121_SafariZoneEntrance_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_Shop
|