blob: dfa184764d080a0b31da52cb242b4d0acb93b3ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SlateportCity_MapBorder::
.incbin "data/layouts/SlateportCity/border.bin"
SlateportCity_MapBlockdata::
.incbin "data/layouts/SlateportCity/map.bin"
.align 2
SlateportCity_Layout::
.4byte 0x28
.4byte 0x3c
.4byte SlateportCity_MapBorder
.4byte SlateportCity_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Slateport
|