blob: b5d9bd739d48dbf7d10df709f3ee67cc232a7045 (
plain)
1
2
3
4
5
6
7
8
|
CeladonPokecenter_h:
db POKECENTER ; tileset
db CELADON_POKECENTER_HEIGHT, CELADON_POKECENTER_WIDTH ; dimensions (y, x)
dw CeladonPokecenter_Blocks ; blocks
dw CeladonPokecenter_TextPointers ; texts
dw CeladonPokecenter_Script ; scripts
db 0 ; connections
dw CeladonPokecenter_Object ; objects
|