mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 01:26:40 +13:00
9 lines
232 B
NASM
Executable file
9 lines
232 B
NASM
Executable file
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
|