blob: e38d63815fed43c91daa6680e5fee49e5dc11472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LavaridgeTown_PokemonCenter_1F_MapBorder::
.incbin "data/layouts/LavaridgeTown_PokemonCenter_1F/border.bin"
LavaridgeTown_PokemonCenter_1F_MapBlockdata::
.incbin "data/layouts/LavaridgeTown_PokemonCenter_1F/map.bin"
.align 2
LavaridgeTown_PokemonCenter_1F_Layout::
.4byte 0xe
.4byte 0x9
.4byte LavaridgeTown_PokemonCenter_1F_MapBorder
.4byte LavaridgeTown_PokemonCenter_1F_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_PokemonCenter
|