Added the levelscript editor

Co-authored-by: Cuddlyogre <cuddlyogre@users.noreply.github.com>
This commit is contained in:
Miguel Terol Espino
2024-03-03 17:35:34 +01:00
parent ff36693167
commit 0254b46a41
34 changed files with 4649 additions and 2347 deletions

View File

@@ -156,6 +156,10 @@ namespace DSPRE.Resources {
[0x00FE] = "End"
};
public static HashSet<ushort?> movementEndCodes = new HashSet<ushort?>() {
0x00FE,
};
public static Dictionary<ushort, string> DPPtScrCmdNames = new Dictionary<ushort, string>() {
[0x0000] = "Nop",
[0x0001] = "Dummy",