From b54ea2da30bf03879ef266be4a00cf84d5095c9f Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 23 Nov 2017 14:14:07 -0500 Subject: [PATCH] Fix USUM mart location names --- pk3DS/Subforms/Gen7/MartEditor7UU.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pk3DS/Subforms/Gen7/MartEditor7UU.cs b/pk3DS/Subforms/Gen7/MartEditor7UU.cs index 7fce4c7..6f249d8 100644 --- a/pk3DS/Subforms/Gen7/MartEditor7UU.cs +++ b/pk3DS/Subforms/Gen7/MartEditor7UU.cs @@ -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 }; } -} \ No newline at end of file +}