mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-16 01:56:42 +13:00
9 lines
261 B
NASM
Executable file
9 lines
261 B
NASM
Executable file
CeladonDiner_h:
|
|
db LOBBY ; tileset
|
|
db CELADON_DINER_HEIGHT, CELADON_DINER_WIDTH ; dimensions (y, x)
|
|
dw CeladonDiner_Blocks ; blocks
|
|
dw CeladonDiner_TextPointers ; texts
|
|
dw CeladonDiner_Script ; scripts
|
|
db 0 ; connections
|
|
dw CeladonDiner_Object ; objects
|