From dddd3b14aa350ae61589a918c5b4288fa8e299de Mon Sep 17 00:00:00 2001 From: aMannus Date: Mon, 22 May 2023 16:56:44 +0200 Subject: [PATCH] Add back missing Greg timestamp (#2911) --- soh/soh/Enhancements/gameplaystats.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/gameplaystats.cpp b/soh/soh/Enhancements/gameplaystats.cpp index 5d60964bd..889b22ee0 100644 --- a/soh/soh/Enhancements/gameplaystats.cpp +++ b/soh/soh/Enhancements/gameplaystats.cpp @@ -618,6 +618,7 @@ void SetupDisplayNames() { strcpy(itemTimestampDisplayName[TIMESTAMP_DEFEAT_TWINROVA], "Twinrova Defeated: "); strcpy(itemTimestampDisplayName[TIMESTAMP_DEFEAT_GANONDORF], "Ganondorf Defeated: "); strcpy(itemTimestampDisplayName[TIMESTAMP_DEFEAT_GANON], "Ganon Defeated: "); + strcpy(itemTimestampDisplayName[TIMESTAMP_FOUND_GREG], "Greg Found: "); } void SetupDisplayColors() {