blob: 5ff11108b978b85f131e0da10ea4fb342dfe4c5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route133_MapBorder::
.incbin "data/layouts/Route133/border.bin"
Route133_MapBlockdata::
.incbin "data/layouts/Route133/map.bin"
.align 2
Route133_Layout::
.4byte 0x50
.4byte 0x28
.4byte Route133_MapBorder
.4byte Route133_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Pacifidlog
|