blob: 584cf3c6bb3b940c3f700bbd2a6e3a878cf693e1 (
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
|