blob: c447fd80a2068f340c797c4f71e8b61ef0a2aa65 (
plain)
1
2
3
4
5
6
7
8
|
BikeShop_h:
db CLUB ; tileset
db BIKE_SHOP_HEIGHT, BIKE_SHOP_WIDTH ; dimensions (y, x)
dw BikeShop_Blocks ; blocks
dw BikeShop_TextPointers ; texts
dw BikeShop_Script ; scripts
db 0 ; connections
dw BikeShop_Object ; objects
|