blob: d1ddf868650e380ebc7379c90029bd7286f9d0a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
InsideOfTruck_MapBorder::
.incbin "data/layouts/InsideOfTruck/border.bin"
InsideOfTruck_MapBlockdata::
.incbin "data/layouts/InsideOfTruck/map.bin"
.align 2
InsideOfTruck_Layout::
.4byte 0x5
.4byte 0x5
.4byte InsideOfTruck_MapBorder
.4byte InsideOfTruck_MapBlockdata
.4byte gTileset_General
.4byte gTileset_InsideOfTruck
|