mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 00:53:34 +13:00
6 lines
228 B
NASM
Executable file
6 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
|