summaryrefslogtreecommitdiff
path: root/src/vs_seeker.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-20 14:03:29 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-20 14:03:29 -0500
commitabc39d86f357903c62616cbe0384a5995b2b8db5 (patch)
tree450177acca3a96168798efdd5665e0cc3f0671c5 /src/vs_seeker.c
parent0125c1440e52404d53b4d91451cf03b625ba4634 (diff)
Decomp all trainer see funcs
Diffstat (limited to 'src/vs_seeker.c')
-rw-r--r--src/vs_seeker.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vs_seeker.c b/src/vs_seeker.c
index 221108a8f..b74c345e4 100644
--- a/src/vs_seeker.c
+++ b/src/vs_seeker.c
@@ -951,7 +951,7 @@ void sub_810CB90(void)
TryGetObjectEventIdByLocalIdAndMap(r4[r8].localId, gSaveBlock1Ptr->location.mapNum, gSaveBlock1Ptr->location.mapGroup, &sp0);
r4_2 = &gObjectEvents[sp0];
sub_810CF54(&r4[r8]); // You are using this function incorrectly. Please consult the manual.
- sub_805FE7C(r4_2, gUnknown_8453F67[r4_2->facingDirection]);
+ TryOverrideTemplateCoordsForObjectEvent(r4_2, gUnknown_8453F67[r4_2->facingDirection]);
gSaveBlock1Ptr->trainerRematches[r4[r8].localId] = 0;
if (gSelectedObjectEvent == sp0)
r4_2->animPattern = gUnknown_8453F67[r4_2->facingDirection];
@@ -1312,7 +1312,7 @@ static void StartAllRespondantIdleMovements(void)
if (sub_810CF04(sVsSeeker->trainerInfo[j].objectEventId) == 1)
SetTrainerMovementType(r4, sVsSeeker->runningBehaviourEtcArray[i]);
- sub_805FE7C(r4, sVsSeeker->runningBehaviourEtcArray[i]);
+ TryOverrideTemplateCoordsForObjectEvent(r4, sVsSeeker->runningBehaviourEtcArray[i]);
gSaveBlock1Ptr->trainerRematches[sVsSeeker->trainerInfo[j].localId] = GetNextAvailableRematchTrainer(sVsSeekerData, sVsSeeker->trainerInfo[j].trainerIdx, &dummy);
}
}