mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -05:00
7 lines
220 B
NASM
Executable File
7 lines
220 B
NASM
Executable File
BikeShop_h:
|
|
db CLUB ; tileset
|
|
db BIKE_SHOP_HEIGHT, BIKE_SHOP_WIDTH ; dimensions (y, x)
|
|
dw BikeShopBlocks, BikeShopTextPointers, BikeShopScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw BikeShopObject ; objects
|