mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -05:00
7 lines
247 B
NASM
Executable File
7 lines
247 B
NASM
Executable File
VermilionGym_h:
|
|
db GYM ; tileset
|
|
db VERMILION_GYM_HEIGHT, VERMILION_GYM_WIDTH ; dimensions (y, x)
|
|
dw VermilionGymBlocks, VermilionGymTextPointers, VermilionGymScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw VermilionGymObject ; objects
|