blob: 883918f3770fb0e06a38001602a1107d122fcac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LinkContestRoom4_MapBorder::
.incbin "data/layouts/LinkContestRoom4/border.bin"
LinkContestRoom4_MapBlockdata::
.incbin "data/layouts/LinkContestRoom4/map.bin"
.align 2
LinkContestRoom4_Layout::
.4byte 0xf
.4byte 0xb
.4byte LinkContestRoom4_MapBorder
.4byte LinkContestRoom4_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Contest
|