mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-09-08 11:16:02 -05:00
Added List-Based Batch Rename Tool to Tools dropdown
This commit is contained in:
@@ -2955,6 +2955,7 @@ namespace DSPRE.Resources {
|
||||
[0x0370] = "StopWeatherAlphaBlend",
|
||||
[0x0371] = "SetRepelSteps"
|
||||
};
|
||||
|
||||
public static Dictionary<ushort, byte[]> CustomScrCmdParameters = new Dictionary<ushort, byte[]>() {
|
||||
[0x0357] = new byte[] { 2, 2 },
|
||||
[0x0360] = new byte[] { 2, 2, 2, 2 },
|
||||
|
||||
Reference in New Issue
Block a user