Skip to content

Commit

Permalink
Merge pull request ProjectRio#83 from matt-gree/master
Browse files Browse the repository at this point in the history
Fixing the Stadium Names in the Stat Tracker
  • Loading branch information
LittleCoaks authored Mar 4, 2024
2 parents bb18730 + 599649f commit ea3f0b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/Core/Core/MSB_StatTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ static const std::map<u8, std::string> cCharIdToCharName = {

static const std::map<u8, std::string> 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"}
};

Expand Down

0 comments on commit ea3f0b6

Please sign in to comment.