diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-01 22:09:14 -0400 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-01 22:16:07 -0400 |
commit | 845307b3a6f5d1cb65669e8a971bee22ae6419d0 (patch) | |
tree | efc58834819ad6913fee773d17c79b80005a9942 /src/contest.c | |
parent | 4d938cb622a50a5f6659fccc69fca6da78e83ed4 (diff) |
Rename contest AI stuff
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c index 0591668ff..6f4bb32be 100644 --- a/src/contest.c +++ b/src/contest.c @@ -2623,7 +2623,7 @@ void sub_80DA8C8(u8 partyIndex) gContestMons[gContestPlayerMonIndex].trainerGfxId = EVENT_OBJ_GFX_LINK_BRENDAN; else gContestMons[gContestPlayerMonIndex].trainerGfxId = EVENT_OBJ_GFX_LINK_MAY; - gContestMons[gContestPlayerMonIndex].flags = 0; + gContestMons[gContestPlayerMonIndex].aiChecks = 0; gContestMons[gContestPlayerMonIndex].unk2C[0] = 0; gContestMons[gContestPlayerMonIndex].species = GetMonData(&gPlayerParty[partyIndex], MON_DATA_SPECIES); GetMonData(&gPlayerParty[partyIndex], MON_DATA_NICKNAME, name); |