Update comment for CheckFinalTime
This commit is contained in:
+2
-3
@@ -447,9 +447,8 @@ static void GiveChallengePrize(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Either the bestTime and Timer field names are incorrect or something weird is going on
|
// If bestTime > timer, the challenge was completed faster and its a new record
|
||||||
// Because when gSpecialVar_Result == 0 after this call the player is complimented on their fast time
|
// Otherwise the owner says it was a slow time and to complete it faster next time
|
||||||
// And when gSpecialVar_Result == 1 theyre told that they werent very quick
|
|
||||||
static void CheckFinalTime(void)
|
static void CheckFinalTime(void)
|
||||||
{
|
{
|
||||||
if (gSaveBlock1Ptr->trainerHill.checkedFinalTime)
|
if (gSaveBlock1Ptr->trainerHill.checkedFinalTime)
|
||||||
|
|||||||
Reference in New Issue
Block a user