mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 01:26:40 +13:00
9 lines
253 B
NASM
Executable file
9 lines
253 B
NASM
Executable file
TradeCenter_h:
|
|
db CLUB ; tileset
|
|
db TRADE_CENTER_HEIGHT, TRADE_CENTER_WIDTH ; dimensions (y, x)
|
|
dw TradeCenter_Blocks ; blocks
|
|
dw TradeCenter_TextPointers ; texts
|
|
dw TradeCenter_Script ; scripts
|
|
db 0 ; connections
|
|
dw TradeCenter_Object ; objects
|