mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
259 B
NASM
Executable file
7 lines
259 B
NASM
Executable file
PokemonTower5_h:
|
|
db CEMETERY ; tileset
|
|
db POKEMONTOWER_5_HEIGHT, POKEMONTOWER_5_WIDTH ; dimensions (y, x)
|
|
dw PokemonTower5Blocks, PokemonTower5TextPointers, PokemonTower5Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw PokemonTower5Object ; objects
|