Effect State Update
This commit is contained in:
parent
79a5a5b32f
commit
858c9bf4f7
@ -3484,6 +3484,9 @@
|
|||||||
export_constant(EFST_MD_Ma_Potion);
|
export_constant(EFST_MD_Ma_Potion);
|
||||||
export_constant(EFST_MD_Ta_Potion);
|
export_constant(EFST_MD_Ta_Potion);
|
||||||
export_constant(EFST_MD_Ra_Potion);
|
export_constant(EFST_MD_Ra_Potion);
|
||||||
|
export_constant(EFST_POWER_ACCELERATION);
|
||||||
|
export_constant(EFST_MAX_HP_SP_AVOID);
|
||||||
|
export_constant(EFST_ADD_ALL_STATE);
|
||||||
/// @APIHOOK_END
|
/// @APIHOOK_END
|
||||||
/// Do not modify code above this, since it will be automatically generated by the API again
|
/// Do not modify code above this, since it will be automatically generated by the API again
|
||||||
export_constant(EFST_MAX);
|
export_constant(EFST_MAX);
|
||||||
|
@ -1993,6 +1993,10 @@ enum efst_types : short{
|
|||||||
EFST_MD_Ma_Potion,
|
EFST_MD_Ma_Potion,
|
||||||
EFST_MD_Ta_Potion,
|
EFST_MD_Ta_Potion,
|
||||||
EFST_MD_Ra_Potion,
|
EFST_MD_Ra_Potion,
|
||||||
|
|
||||||
|
EFST_POWER_ACCELERATION = 1304,
|
||||||
|
EFST_MAX_HP_SP_AVOID,
|
||||||
|
EFST_ADD_ALL_STATE,
|
||||||
/// @APIHOOK_END
|
/// @APIHOOK_END
|
||||||
/// Do not modify code above this, since it will be automatically generated by the API again
|
/// Do not modify code above this, since it will be automatically generated by the API again
|
||||||
EFST_MAX,
|
EFST_MAX,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user