blob: 026e4a7c764c3e379ef4ec14d7a5961904857cde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SafariZone_Northeast_MapBorder::
.incbin "data/layouts/SafariZone_Northeast/border.bin"
SafariZone_Northeast_MapBlockdata::
.incbin "data/layouts/SafariZone_Northeast/map.bin"
.align 2
SafariZone_Northeast_Layout::
.4byte 0x28
.4byte 0x28
.4byte SafariZone_Northeast_MapBorder
.4byte SafariZone_Northeast_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lilycove
|