blob: 44f9a559f0258a3aa273809e861d909a893a0fd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SlateportCity_PokemonFanClub_MapBorder::
.incbin "data/layouts/SlateportCity_PokemonFanClub/border.bin"
SlateportCity_PokemonFanClub_MapBlockdata::
.incbin "data/layouts/SlateportCity_PokemonFanClub/map.bin"
.align 2
SlateportCity_PokemonFanClub_Layout::
.4byte 0xe
.4byte 0xb
.4byte SlateportCity_PokemonFanClub_MapBorder
.4byte SlateportCity_PokemonFanClub_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_PokemonFanClub
|