blob: 09d8bd48296e4a5222b41071ca510cf393eb0a9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SafariZone_Northwest_MapBorder::
.incbin "data/layouts/SafariZone_Northwest/border.bin"
SafariZone_Northwest_MapBlockdata::
.incbin "data/layouts/SafariZone_Northwest/map.bin"
.align 2
SafariZone_Northwest_Layout::
.4byte 0x28
.4byte 0x28
.4byte SafariZone_Northwest_MapBorder
.4byte SafariZone_Northwest_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lilycove
|