blob: 41fcdd9031d9db67709ea760d379659115c4745e (
plain)
1
2
3
4
5
6
|
CeruleanPokecenter_h:
db POKECENTER ; tileset
db CERULEAN_POKECENTER_HEIGHT, CERULEAN_POKECENTER_WIDTH ; dimensions (y, x)
dw CeruleanPokecenterBlocks, CeruleanPokecenterTextPointers, CeruleanPokecenterScript ; blocks, texts, scripts
db 0 ; connections
dw CeruleanPokecenterObject ; objects
|