Misc fixes [mostly Script Editor]

[+] Fixed PokeRadar percentage labels
[+] Removed Script Containers static KW
[+] Script Editor now notifies when user is attempting to save an empty script
[+] Script Editor got better at detecting problems with
script/function/action labels
[+] Improved detections of UseScripts
[+] Added a few more Platinum script commands
[+] Fixed ARM9 compression detection for DP roms
This commit is contained in:
AdAstra-LD
2021-10-24 22:57:59 +02:00
parent f901498ae3
commit 31f9488cfb
9 changed files with 335 additions and 285 deletions

View File

@@ -1449,6 +1449,9 @@ namespace DSPRE.Resources {
[0x0328] = "PortalEffect",
//International release exclusive
[0x033C] = "TextItemLowercase",
[0x0346] = "TextCapitalize",
[0x0347] = "DisplayFloor"
};
public static Dictionary<ushort, byte[]> PlatScrCmdParameters = new Dictionary<ushort, byte[]>() {