mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00
7 lines
259 B
NASM
Executable file
7 lines
259 B
NASM
Executable file
PokemonTower2_h:
|
|
db CEMETERY ; tileset
|
|
db POKEMONTOWER_2_HEIGHT, POKEMONTOWER_2_WIDTH ; dimensions (y, x)
|
|
dw PokemonTower2Blocks, PokemonTower2TextPointers, PokemonTower2Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw PokemonTower2Object ; objects
|