mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-08-27 21:34:11 -05:00
Minor refactor
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user