From 599649f916b6fc9e1728133b826744530c957cc6 Mon Sep 17 00:00:00 2001 From: matt-gree Date: Thu, 11 Jan 2024 23:29:21 -0600 Subject: [PATCH] Fixing the Stadium Names --- Source/Core/Core/MSB_StatTracker.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/Core/Core/MSB_StatTracker.h b/Source/Core/Core/MSB_StatTracker.h index 051ae0b9f0a2..2b0f47a697b7 100644 --- a/Source/Core/Core/MSB_StatTracker.h +++ b/Source/Core/Core/MSB_StatTracker.h @@ -128,11 +128,11 @@ static const std::map cCharIdToCharName = { static const std::map cStadiumIdToStadiumName = { {0x0, "Mario Stadium"}, - {0x1, "Bowser's Castle"}, - {0x2, "Wario's Palace"}, - {0x3, "Yoshi's Island"}, - {0x4, "Peach's Garden"}, - {0x5, "DK's Jungle"}, + {0x1, "Bowser Castle"}, + {0x2, "Wario Palace"}, + {0x3, "Yoshi Park"}, + {0x4, "Peach Garden"}, + {0x5, "DK Jungle"}, {0x6, "Toy Field"} };