mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-23 07:17:57 +13:00
9 lines
280 B
NASM
Executable file
9 lines
280 B
NASM
Executable file
PokemonTower5F_h:
|
|
db CEMETERY ; tileset
|
|
db POKEMON_TOWER_5F_HEIGHT, POKEMON_TOWER_5F_WIDTH ; dimensions (y, x)
|
|
dw PokemonTower5F_Blocks ; blocks
|
|
dw PokemonTower5F_TextPointers ; texts
|
|
dw PokemonTower5F_Script ; scripts
|
|
db 0 ; connections
|
|
dw PokemonTower5F_Object ; objects
|