mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
7 lines
249 B
NASM
Executable file
7 lines
249 B
NASM
Executable file
CeladonDiner_h:
|
|
db LOBBY ; tileset
|
|
db CELADON_DINER_HEIGHT, CELADON_DINER_WIDTH ; dimensions (y, x)
|
|
dw CeladonDinerBlocks, CeladonDinerTextPointers, CeladonDinerScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw CeladonDinerObject ; objects
|