Merge pull request #237 from sora10pls/master

Fix USUM mart location names
This commit is contained in:
Kurt
2017-11-23 11:46:13 -08:00
committed by GitHub

View File

@@ -66,9 +66,9 @@ public MartEditor7UU()
"Thrifty Megamart 2 [Misc]",
"Thrifty Megamart 3 [Strange Souvenir]",
"Route 3 [X Items]",
"Konikoni [X Items]",
"Konikoni City [X Items]",
"Tapu Village [X Items]",
"Lanakila [X Items]",
"Mount Lanakila [X Items]",
};
private readonly string[] locationsBP =
{
@@ -85,7 +85,7 @@ public MartEditor7UU()
"Big Wave Beach",
"Heahea Beach",
"Ula'ula Beach",
"Poni Beach",
"Battle Tree",
};
#endregion
@@ -283,4 +283,4 @@ private void RandomizeBPItems()
692, 693, 694, 701, 737
};
}
}
}