Skip to content

Commit

Permalink
Fixed ValSet
Browse files Browse the repository at this point in the history
  • Loading branch information
thesupersonic16 committed Oct 5, 2024
1 parent b04c82a commit f31f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DALTools/DALLib/Scripting/STSC2Commands.DALRD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static partial class STSC2Commands
// 0x10
new Command("FlgSw", new [] { typeof(long), typeof(bool) }),
new Command("FlgSet", new [] { typeof(long), typeof(STSC2Node) }),
new Command("ValSet", new [] { typeof(long), typeof(int), typeof(byte) }),
new Command("ValSet", new [] { typeof(long), typeof(STSC2Node), typeof(byte) }),
new Command("StrSet", null),
new Command("JumpIf", new[] { typeof(uint), typeof(STSC2Node) }),
new CommandJumpSwitch(),
Expand Down

0 comments on commit f31f83a

Please sign in to comment.