sprite.h
changeset 2445 b475b9d30a26
parent 2436 177cb6a8339f
child 2488 cbe3d6b60c27
equal deleted inserted replaced
2444:e618726432a4 2445:b475b9d30a26
    68 
    68 
    69 typedef struct DeterministicSpriteGroup {
    69 typedef struct DeterministicSpriteGroup {
    70 	// Take this variable:
    70 	// Take this variable:
    71 	VarSpriteGroupScope var_scope;
    71 	VarSpriteGroupScope var_scope;
    72 	byte variable;
    72 	byte variable;
       
    73 	byte parameter; ///< Used for variables between 0x60 and 0x7F inclusive.
    73 
    74 
    74 	// Do this with it:
    75 	// Do this with it:
    75 	byte shift_num;
    76 	byte shift_num;
    76 	byte and_mask;
    77 	byte and_mask;
    77 
    78