mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-23 07:17:57 +13:00
9 lines
305 B
NASM
Executable file
9 lines
305 B
NASM
Executable file
PewterNidoranHouse_h:
|
|
db HOUSE ; tileset
|
|
db PEWTER_NIDORAN_HOUSE_HEIGHT, PEWTER_NIDORAN_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw PewterNidoranHouse_Blocks ; blocks
|
|
dw PewterNidoranHouse_TextPointers ; texts
|
|
dw PewterNidoranHouse_Script ; scripts
|
|
db 0 ; connections
|
|
dw PewterNidoranHouse_Object ; objects
|