blob: 18ebb92366a5a99235848741a38c0629559964dd (
plain)
1
2
3
4
5
6
7
8
|
PokemonFanClub_h:
db INTERIOR ; tileset
db POKEMON_FAN_CLUB_HEIGHT, POKEMON_FAN_CLUB_WIDTH ; dimensions (y, x)
dw PokemonFanClub_Blocks ; blocks
dw PokemonFanClub_TextPointers ; texts
dw PokemonFanClub_Script ; scripts
db 0 ; connections
dw PokemonFanClub_Object ; objects
|