mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 12:36:30 +13:00
7 lines
228 B
NASM
Executable file
7 lines
228 B
NASM
Executable file
PewterGym_h:
|
|
db GYM ; tileset
|
|
db PEWTER_GYM_HEIGHT, PEWTER_GYM_WIDTH ; dimensions (y, x)
|
|
dw PewterGymBlocks, PewterGymTextPointers, PewterGymScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw PewterGymObject ; objects
|