mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 10:31:45 +13:00
6 lines
291 B
NASM
Executable file
6 lines
291 B
NASM
Executable file
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
|