fix AI_GetEffectiveness declaration

This commit is contained in:
ghoulslash 2022-07-03 17:20:39 -04:00
parent f0edbeb0b0
commit 57e110aa6a

View file

@ -20,7 +20,7 @@
#include "constants/moves.h"
#include "constants/items.h"
static u8 AI_GetEffectiveness(u16 multiplier);
static u32 AI_GetEffectiveness(u16 multiplier);
// Const Data
static const s8 sAiAbilityRatings[ABILITIES_COUNT] =