blob: 39981c3586105395d03e52e750764ab0974342a0 (
plain)
1
2
3
4
5
6
7
8
|
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
|