Fix Best Streak stat name

This commit is contained in:
GriffinR
2023-01-20 11:25:04 -05:00
parent 0851e55ccb
commit 29c1af50ca
4 changed files with 58 additions and 58 deletions
+2 -2
View File
@@ -1234,9 +1234,9 @@ void GetSecretBaseNearbyMapName(void)
GetMapName(gStringVar1, VarGet(VAR_SECRET_BASE_MAP), 0);
}
u16 GetBestBattleTowerStreak(void)
u16 GetBattleTowerSinglesStreak(void)
{
return GetGameStat(GAME_STAT_BATTLE_TOWER_BEST_STREAK);
return GetGameStat(GAME_STAT_BATTLE_TOWER_SINGLES_STREAK);
}
void BufferEReaderTrainerName(void)