mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 01:26:40 +13:00
9 lines
238 B
NASM
Executable file
9 lines
238 B
NASM
Executable file
PewterGym_h:
|
|
db GYM ; tileset
|
|
db PEWTER_GYM_HEIGHT, PEWTER_GYM_WIDTH ; dimensions (y, x)
|
|
dw PewterGym_Blocks ; blocks
|
|
dw PewterGym_TextPointers ; texts
|
|
dw PewterGym_Script ; scripts
|
|
db 0 ; connections
|
|
dw PewterGym_Object ; objects
|