From c5316dc4652326dcb8760d1bf3dddb961e419cd2 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 11 Nov 2017 14:07:16 -0800 Subject: [PATCH] add tutor beach locations thanks @sora10pls ! --- 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 acda0a2..62f7a06 100644 --- a/pk3DS/Subforms/Gen7/MartEditor7UU.cs +++ b/pk3DS/Subforms/Gen7/MartEditor7UU.cs @@ -81,10 +81,10 @@ public MartEditor7UU() }; private readonly string[] locationsTutor = { - "1", - "2", - "3", - "4", + "Big Wave Beach", + "Heahea Beach", + "Ula'ula Beach", + "Poni Beach", }; #endregion