blob: 6a3cc123b6a4630a357216151ce345fcc37b8a38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SecretBase_RedCave3_MapBorder::
.incbin "data/layouts/SecretBase_RedCave3/border.bin"
SecretBase_RedCave3_MapBlockdata::
.incbin "data/layouts/SecretBase_RedCave3/map.bin"
.align 2
SecretBase_RedCave3_Layout::
.4byte 0xf
.4byte 0x8
.4byte SecretBase_RedCave3_MapBorder
.4byte SecretBase_RedCave3_MapBlockdata
.4byte gTileset_SecretBase
.4byte gTileset_SecretBaseRedCave
|