blob: 3cb812de7758be4770dc236b62fdd12c9e984436 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PokemonCenter_2F_MapBorder::
.incbin "data/layouts/PokemonCenter_2F/border.bin"
PokemonCenter_2F_MapBlockdata::
.incbin "data/layouts/PokemonCenter_2F/map.bin"
.align 2
PokemonCenter_2F_Layout::
.4byte 0xe
.4byte 0xa
.4byte PokemonCenter_2F_MapBorder
.4byte PokemonCenter_2F_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_PokemonCenter
|