Fix truncation of variable mapping A2VM->VPRM params wider than 8 bits
And remapped variables via variable 7B
This commit is contained in:
@@ -221,8 +221,8 @@ struct DeterministicSpriteGroupAdjust {
|
|||||||
DeterministicSpriteGroupAdjustOperation operation;
|
DeterministicSpriteGroupAdjustOperation operation;
|
||||||
DeterministicSpriteGroupAdjustType type;
|
DeterministicSpriteGroupAdjustType type;
|
||||||
uint16 variable;
|
uint16 variable;
|
||||||
byte parameter; ///< Used for variables between 0x60 and 0x7F inclusive.
|
|
||||||
byte shift_num;
|
byte shift_num;
|
||||||
|
uint32 parameter; ///< Used for variables between 0x60 and 0x7F inclusive.
|
||||||
uint32 and_mask;
|
uint32 and_mask;
|
||||||
uint32 add_val;
|
uint32 add_val;
|
||||||
uint32 divmod_val;
|
uint32 divmod_val;
|
||||||
|
Reference in New Issue
Block a user