mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 23:07:57 +13:00
9 lines
280 B
NASM
Executable file
9 lines
280 B
NASM
Executable file
PokemonTower3F_h:
|
|
db CEMETERY ; tileset
|
|
db POKEMON_TOWER_3F_HEIGHT, POKEMON_TOWER_3F_WIDTH ; dimensions (y, x)
|
|
dw PokemonTower3F_Blocks ; blocks
|
|
dw PokemonTower3F_TextPointers ; texts
|
|
dw PokemonTower3F_Script ; scripts
|
|
db 0 ; connections
|
|
dw PokemonTower3F_Object ; objects
|