Standardize EVENT_OBJECT to OBJECT_EVENT
This commit is contained in:
@@ -2615,9 +2615,9 @@ void sub_80DA8C8(u8 partyIndex)
|
||||
}
|
||||
memcpy(gContestMons[gContestPlayerMonIndex].trainerName, name, 8);
|
||||
if (gSaveBlock2Ptr->playerGender == MALE)
|
||||
gContestMons[gContestPlayerMonIndex].trainerGfxId = EVENT_OBJ_GFX_LINK_BRENDAN;
|
||||
gContestMons[gContestPlayerMonIndex].trainerGfxId = OBJ_EVENT_GFX_LINK_BRENDAN;
|
||||
else
|
||||
gContestMons[gContestPlayerMonIndex].trainerGfxId = EVENT_OBJ_GFX_LINK_MAY;
|
||||
gContestMons[gContestPlayerMonIndex].trainerGfxId = OBJ_EVENT_GFX_LINK_MAY;
|
||||
gContestMons[gContestPlayerMonIndex].aiChecks = 0;
|
||||
gContestMons[gContestPlayerMonIndex].unk2C[0] = 0;
|
||||
gContestMons[gContestPlayerMonIndex].species = GetMonData(&gPlayerParty[partyIndex], MON_DATA_SPECIES);
|
||||
|
||||
Reference in New Issue
Block a user