blob: 3286acbb86b624a4682ea1dc20769207a8378881 (
plain)
1
2
3
4
5
6
7
8
|
CeruleanPokecenter_h:
db POKECENTER ; tileset
db CERULEAN_POKECENTER_HEIGHT, CERULEAN_POKECENTER_WIDTH ; dimensions (y, x)
dw CeruleanPokecenter_Blocks ; blocks
dw CeruleanPokecenter_TextPointers ; texts
dw CeruleanPokecenter_Script ; scripts
db 0 ; connections
dw CeruleanPokecenter_Object ; objects
|