Minor refactor

This commit is contained in:
AdAstra-LD 2021-01-24 00:18:56 +01:00
parent c4df670c9d
commit aa478cebe3
2 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ namespace DSPRE {
}
/* Add ow movement list to box */
owMovementComboBox.Items.AddRange(PokeDatabase.ScriptMovements.moveArray);
owMovementComboBox.Items.AddRange(PokeDatabase.EventEditorMovements.moveArray);
/* Create dictionary for 3D overworlds */
switch (romInfo.gameVersion) {

View File

@ -473,7 +473,7 @@ namespace DSPRE {
[1216] = "Route 17"
};
}
public static class ScriptMovements {
public static class EventEditorMovements {
public static string[] moveArray = new string[] {
"[00] None",
"[01] None",