mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 09:36:41 +13:00
9 lines
280 B
NASM
Executable file
9 lines
280 B
NASM
Executable file
PokemonTower7F_h:
|
|
db CEMETERY ; tileset
|
|
db POKEMON_TOWER_7F_HEIGHT, POKEMON_TOWER_7F_WIDTH ; dimensions (y, x)
|
|
dw PokemonTower7F_Blocks ; blocks
|
|
dw PokemonTower7F_TextPointers ; texts
|
|
dw PokemonTower7F_Script ; scripts
|
|
db 0 ; connections
|
|
dw PokemonTower7F_Object ; objects
|