blob: e55309b46aeef4b989642183f1154496582a011b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SafariZone_Southeast_MapBorder::
.incbin "data/layouts/SafariZone_Southeast/border.bin"
SafariZone_Southeast_MapBlockdata::
.incbin "data/layouts/SafariZone_Southeast/map.bin"
.align 2
SafariZone_Southeast_Layout::
.4byte 0x28
.4byte 0x28
.4byte SafariZone_Southeast_MapBorder
.4byte SafariZone_Southeast_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lilycove
|