mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-09-07 18:55:57 -05:00
Added the levelscript editor
Co-authored-by: Cuddlyogre <cuddlyogre@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user