mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-23 15:27:58 +13:00
9 lines
294 B
NASM
Executable file
9 lines
294 B
NASM
Executable file
PokemonMansion1F_h:
|
|
db FACILITY ; tileset
|
|
db POKEMON_MANSION_1F_HEIGHT, POKEMON_MANSION_1F_WIDTH ; dimensions (y, x)
|
|
dw PokemonMansion1F_Blocks ; blocks
|
|
dw PokemonMansion1F_TextPointers ; texts
|
|
dw PokemonMansion1F_Script ; scripts
|
|
db 0 ; connections
|
|
dw PokemonMansion1F_Object ; objects
|