mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-31 23:42:28 -05:00
7 lines
261 B
NASM
Executable File
7 lines
261 B
NASM
Executable File
PokemonTower4_h:
|
|
db CEMETERY ; tileset
|
|
db POKEMONTOWER_4_HEIGHT, POKEMONTOWER_4_WIDTH ; dimensions (y, x)
|
|
dw PokemonTower4Blocks, PokemonTower4TextPointers, PokemonTower4Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw PokemonTower4Object ; objects
|