mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-31 16:30:00 +01:00
fix AI_GetEffectiveness declaration
This commit is contained in:
parent
f0edbeb0b0
commit
57e110aa6a
@ -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…
x
Reference in New Issue
Block a user