Skip to content

Commit

Permalink
Merge pull request #1855 from warblgarbl/main
Browse files Browse the repository at this point in the history
Get retail tick count for submap scripts
  • Loading branch information
LordMonoxide authored Dec 16, 2024
2 parents 84094d4 + b1fd7ad commit 3a43339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/legend/game/scripting/GameVarParam.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public int get() {
return switch(this.index) {
case 0 -> Scus94491BpeSegment_8004.engineState_8004dd20.ordinal();
case 1 -> Scus94491BpeSegment_800b.pregameLoadingStage_800bb10c;
case 2 -> Scus94491BpeSegment_800b.tickCount_800bb0fc;
case 2 -> Scus94491BpeSegment_800b.tickCount_800bb0fc / currentEngineState_8004dd04.tickMultiplier();
case 3 -> currentEngineState_8004dd04.getScriptInput(SCRIPTS.joypadInput);
case 4 -> currentEngineState_8004dd04.getScriptInput(SCRIPTS.joypadPress);
case 5 -> Scus94491BpeSegment_800b.gameState_800babc8.gold_94;
Expand Down

0 comments on commit 3a43339

Please sign in to comment.