blob: 7999395d859ab904de3abcfaa2da902209c9a9e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SecretBase_RedCave2_MapBorder::
.incbin "data/layouts/SecretBase_RedCave2/border.bin"
SecretBase_RedCave2_MapBlockdata::
.incbin "data/layouts/SecretBase_RedCave2/map.bin"
.align 2
SecretBase_RedCave2_Layout::
.4byte 0x7
.4byte 0x10
.4byte SecretBase_RedCave2_MapBorder
.4byte SecretBase_RedCave2_MapBlockdata
.4byte gTileset_SecretBase
.4byte gTileset_SecretBaseRedCave
|