mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 22:07:58 +13:00
7 lines
261 B
NASM
Executable file
7 lines
261 B
NASM
Executable file
PokemonTower1_h:
|
|
db CEMETERY ; tileset
|
|
db POKEMONTOWER_1_HEIGHT, POKEMONTOWER_1_WIDTH ; dimensions (y, x)
|
|
dw PokemonTower1Blocks, PokemonTower1TextPointers, PokemonTower1Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw PokemonTower1Object ; objects
|