blob: bf1335f8443c0696812e6bf96b88da256004bb8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PokemonCenter_1F_MapBorder::
.incbin "data/layouts/PokemonCenter_1F/border.bin"
PokemonCenter_1F_MapBlockdata::
.incbin "data/layouts/PokemonCenter_1F/map.bin"
.align 2
PokemonCenter_1F_Layout::
.4byte 0xe
.4byte 0x9
.4byte PokemonCenter_1F_MapBorder
.4byte PokemonCenter_1F_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_PokemonCenter
|