Skip to content

Commit 43da588

Browse files
committed
feat: adding repentance+ comments and changes from https://github.com/wofsauge/IsaacDocs/pull/508/changes
1 parent ff53ebc commit 43da588

File tree

18 files changed

+862
-20
lines changed

18 files changed

+862
-20
lines changed

packages/isaac-typescript-definitions/src/enums/BackdropType.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ export enum BackdropType {
6767
MINES_SHAFT = 58,
6868
ASHPIT_SHAFT = 59,
6969
DARK_CLOSET = 60,
70+
71+
/** Added in Repentance+. */
7072
DEATHMATCH = 61,
73+
74+
/** Added in Repentance+. */
7175
LIL_PORTAL = 62,
7276
}

packages/isaac-typescript-definitions/src/enums/GameStateFlag.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,16 @@ export enum GameStateFlag {
9797

9898
/** Set when the player takes Dad's Note. The "backwards path" refers to the Ascent. */
9999
BACKWARDS_PATH = 48,
100+
101+
/** Added in Repentance+. */
102+
MEGA_SATAN_DOOR_OPENED = 49,
103+
104+
/** Added in Repentance+. */
105+
URIEL_KILLED = 50,
106+
107+
/** Added in Repentance+. */
108+
GABRIEL_KILLED = 51,
109+
110+
/** Added in Repentance+. */
111+
MOTHER_HEART_DOOR_OPENED = 52,
100112
}

packages/isaac-typescript-definitions/src/enums/GridRoom.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,10 @@ export enum GridRoom {
6161

6262
/** The shop that you go to when you climb the ladder from The Stairway. */
6363
ANGEL_SHOP = -18,
64+
65+
/** Added in Repentance+. */
66+
DEATHMATCH = -19,
67+
68+
/** Added in Repentance+. */
69+
LIL_PORTAL = -20,
6470
}

packages/isaac-typescript-definitions/src/enums/JacobEsauControls.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** Added in Repentance+. */
12
export enum JacobEsauControls {
23
CLASSIC = 0,
34
BETTER = 1,

packages/isaac-typescript-definitions/src/enums/Music.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,7 @@ export enum Music {
9797
MINESHAFT_AMBIENT = 116,
9898
MINESHAFT_ESCAPE = 117,
9999
REVERSE_GENESIS = 118,
100+
101+
/** Added in Repentance+. */
102+
MUSIC_DEATHMATCH = 119,
100103
}

packages/isaac-typescript-definitions/src/enums/RoomType.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@ export enum RoomType {
5050
BLUE = 28,
5151

5252
ULTRA_SECRET = 29,
53+
54+
/** Added in Repentance+. */
55+
DEATHMATCH = 30,
5356
}

0 commit comments

Comments
 (0)