mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-09-08 11:16:02 -05:00
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:
@@ -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[]>() {
|
||||
|
||||
Reference in New Issue
Block a user