Update Gauntlet to include player attack counter.

This commit is contained in:
Ganom
2019-07-27 14:48:30 -04:00
parent 207c65c325
commit 4f228da3f3
5 changed files with 199 additions and 54 deletions

View File

@@ -323,6 +323,7 @@ public final class AnimationID
public static final int CHIN_ANIMATION = 7618;
// Gauntlet Hunleff
public static final int HUNLEFF_TRAMPLE = 8420;
public static final int HUNLEFF_ATTACK = 8419;
public static final int HUNLEFF_TORNADO = 8418;
}

View File

@@ -683,7 +683,12 @@ public enum Varbits
/**
* The y coordinate of the final safespace (world coord)
*/
LMS_SAFE_Y(5320);
LMS_SAFE_Y(5320),
/**
* 1 is true, 0 is false.
*/
GAUNTLET_FINAL_ROOM_ENTERED(9177);
/**
* The raw varbit ID.