blob: ea6f8d6027b1c59b6b0198ab0efd5d1a101bf71c (
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
|