fix AI_GetEffectiveness declaration
This commit is contained in:
parent
f0edbeb0b0
commit
57e110aa6a
1 changed files with 1 additions and 1 deletions
|
@ -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] =
|
||||
|
|
Loading…
Reference in a new issue