blob: b9464c68b8dfa3d5d66b3daa18cdf17c9788abb2 (
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 $00 ; connections
dw CeladonPokecenterObject ; objects
|