spec-counter: reset counter on sotetseg maze

This commit is contained in:
Hexagon
2022-06-19 16:22:26 -04:00
committed by Adam
parent e8a65220e0
commit ec79cca130
2 changed files with 19 additions and 1 deletions
@@ -383,4 +383,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;
}