mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-21 12:08:39 -05:00
Minor refactor
This commit is contained in:
parent
c4df670c9d
commit
aa478cebe3
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user