blob: ed258b2a7f69d5f73a24bf39e9b0b8d86b1f3ed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
RecordCorner_MapBorder::
.incbin "data/layouts/RecordCorner/border.bin"
RecordCorner_MapBlockdata::
.incbin "data/layouts/RecordCorner/map.bin"
.align 2
RecordCorner_Layout::
.4byte 0x14
.4byte 0xa
.4byte RecordCorner_MapBorder
.4byte RecordCorner_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_CableClub
|