blob: 1236d4d4bfa9b8712fd12c53936c41ade03f74ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SafariZone_Southwest_MapBorder::
.incbin "data/layouts/SafariZone_Southwest/border.bin"
SafariZone_Southwest_MapBlockdata::
.incbin "data/layouts/SafariZone_Southwest/map.bin"
.align 2
SafariZone_Southwest_Layout::
.4byte 0x28
.4byte 0x28
.4byte SafariZone_Southwest_MapBorder
.4byte SafariZone_Southwest_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lilycove
|