Merge pull request #2524 from LOuroboros/patch-1

Removed repeated stat change defines
This commit is contained in:
Eduardo Quezada D'Ottone 2022-12-18 10:42:28 -03:00 committed by GitHub
commit 892fa1bc55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10671,9 +10671,6 @@ static u16 ReverseStatChangeMoveEffect(u16 moveEffect)
}
}
#define STAT_CHANGE_WORKED 0
#define STAT_CHANGE_DIDNT_WORK 1
static u32 ChangeStatBuffs(s8 statValue, u32 statId, u32 flags, const u8 *BS_ptr)
{
bool32 certain = FALSE;