Updated BattleScripting addresses

This commit is contained in:
LOuroboros
2023-05-21 20:26:55 -03:00
parent 3a26fce16b
commit d249267aac
2 changed files with 27 additions and 28 deletions
+2
View File
@@ -493,6 +493,8 @@ extern struct BattleStruct *gBattleStruct;
#define SET_STATCHANGER(statId, stage, goesDown)(gBattleScripting.statChanger = (statId) + (stage << 4) + (goesDown << 7))
// NOTE: The members of this struct have hard-coded offsets
// in include/constants/battle_script_commands.h
struct BattleScripting
{
s32 painSplitHp;