summaryrefslogtreecommitdiff
path: root/src/dungeon_ai_attack.c
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:29:52 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:33:13 -0500
commitddb9c518ec401262c85af61ab2ee385863d03ca4 (patch)
treedba52f03a56913f458c27130078570061afca862 /src/dungeon_ai_attack.c
parentcc4053130f1d9d0bb36c78bd39b0b07e96064f5e (diff)
Decomped ResetAction()
Diffstat (limited to 'src/dungeon_ai_attack.c')
-rw-r--r--src/dungeon_ai_attack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon_ai_attack.c b/src/dungeon_ai_attack.c
index 6dbefbd..c84aca1 100644
--- a/src/dungeon_ai_attack.c
+++ b/src/dungeon_ai_attack.c
@@ -760,7 +760,7 @@ s32 WeightMove(struct DungeonEntity *user, s32 targetingFlags, struct DungeonEnt
else if (HasIQSkill(user, IQ_SKILL_EXP_GO_GETTER))
{
// BUG: expYieldRankings has lower values as the Pokémon's experience yield increases.
- // This causes Exp. Go-Getter to prioritizes Pokémon worth less experience
+ // This causes Exp. Go-Getter to prioritize Pokémon worth less experience
// instead of Pokémon worth more experience.
weight = gDungeonGlobalData->expYieldRankings[targetData->entityID];
}