blob: fe304a2e34e18a57e546d49ae873fd65a9137b02 (
plain)
1
2
3
4
5
6
7
8
|
VermilionGym_h:
db GYM ; tileset
db VERMILION_GYM_HEIGHT, VERMILION_GYM_WIDTH ; dimensions (y, x)
dw VermilionGym_Blocks ; blocks
dw VermilionGym_TextPointers ; texts
dw VermilionGym_Script ; scripts
db 0 ; connections
dw VermilionGym_Object ; objects
|