blob: bfeb76b7c06ef8444d85bac108fa505a87194bbc (
plain)
1
2
3
4
5
6
|
CeladonPokecenter_h:
db POKECENTER ; tileset
db CELADON_POKECENTER_HEIGHT, CELADON_POKECENTER_WIDTH ; dimensions (y, x)
dw CeladonPokecenterBlocks, CeladonPokecenterTextPointers, CeladonPokecenterScript ; blocks, texts, scripts
db 0 ; connections
dw CeladonPokecenterObject ; objects
|