GridRoom
Most rooms have a grid index corresponding to their position on the level layout grid. Valid grid indexes range from 0 through 168 (because the grid is 13x13). However, some rooms are not part of the level layout grid. For off-grid rooms, they are assigned special negative integers that correspond to what kind of room they are. This enum contains all of the special negative values that exist.
Enumeration Members
DEVIL
• DEVIL = -1
The Devil or Angel room for the floor.
Defined in
ERROR
• ERROR = -2
The I AM ERROR room for the floor.
Defined in
DEBUG
• DEBUG = -3
Used by the "goto" console command.
Defined in
DUNGEON
• DUNGEON = -4
The crawl space for the floor.
Defined in
BOSS_RUSH
• BOSS_RUSH = -5
Defined in
BLACK_MARKET
• BLACK_MARKET = -6
Defined in
MEGA_SATAN
• MEGA_SATAN = -7
Mega Satan's boss room.
Defined in
BLUE_WOMB
• BLUE_WOMB = -8
The room after defeating It Lives that leads to Blue Womb.
Defined in
VOID
• VOID = -9
The room after defeating Hush that leads to The Void.
Defined in
SECRET_EXIT
• SECRET_EXIT = -10
The room that is connected to the Boss Room that leads to the next Repentance floor.
Additionally, this grid index is also used for the room behind the strange door on Depths 2 that is connected to the starting room.
Defined in
GIDEON_DUNGEON
• GIDEON_DUNGEON = -11
The secret crawl space under Great Gideon that is only accessible with a Chaos Card.
Defined in
GENESIS
• GENESIS = -12
The Genesis room where you get to take new collectibles. (It looks like a clean bedroom.)
Defined in
SECRET_SHOP
• SECRET_SHOP = -13
The shop that appears if you have Member Card.
Defined in
ROTGUT_DUNGEON_1
• ROTGUT_DUNGEON_1 = -14
The boss room for the 2nd phase of Rotgut.
Defined in
ROTGUT_DUNGEON_2
• ROTGUT_DUNGEON_2 = -15
The boss room for the 3rd phase of Rotgut.
Defined in
BLUE_ROOM
• BLUE_ROOM = -16
The room before a Treasure Room that appears if you have Blue Key.
Defined in
EXTRA_BOSS
• EXTRA_BOSS = -17
The room that you are teleported to when you use a Reverse Emperor card.
Defined in
ANGEL_SHOP
• ANGEL_SHOP = -18
The shop that you go to when you climb the ladder from The Stairway.