Merge remote-tracking branch 'rl-upstream/master' into rl-upstream-200622

This commit is contained in:
JumpIfZero
2022-06-20 12:30:36 +03:00
22 changed files with 354 additions and 145 deletions

View File

@@ -427,4 +427,10 @@ public final class ScriptID
*/
@ScriptArguments(integer = 6)
public static final int TRADE_MAIN_INIT = 755;
/**
* Transitions the tob hud into the white flash that happens when sotetseg teleports the players to the maze.
*/
@ScriptArguments(string = 1)
public static final int TOB_HUD_SOTETSEG_FADE = 2308;
}