blob: ec83ba5b017776c707aaf6979c82f58ebda47022 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SafariZone_South_MapBorder::
.incbin "data/layouts/SafariZone_South/border.bin"
SafariZone_South_MapBlockdata::
.incbin "data/layouts/SafariZone_South/map.bin"
.align 2
SafariZone_South_Layout::
.4byte 0x28
.4byte 0x28
.4byte SafariZone_South_MapBorder
.4byte SafariZone_South_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lilycove
|