Skip to content

Commit

Permalink
Add kill-all rooms that were previously missed.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitSith2 committed Dec 11, 2020
1 parent 35485e8 commit 581817e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EnemizerLibrary/EnemyRandomizer/Dungeon/RoomConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ public const int
R295_HammerPegCave = 295;

//All the rooms that need every sprite dead for doors to open
//as well as any other BS that might cause problems with completing the room.
public static readonly int[] NeedKillable_doors =
{
R184_EasternPalace_BigKeyRoom, // for the anti-fairy circle
Expand All @@ -624,11 +625,13 @@ public const int
R27_PalaceofDarkness_Mimics_MovingWallRoom,
R75_PalaceofDarkness_Warps_SouthMimicsRoom,

R4_TurtleRock_CrystalRollerRoom, //Greed room has a Kill-all part.
R36_TurtleRock_DoubleHokku_Bokku_BigchestRoom,
R182_TurtleRock_ChainChompsRoom,

R40_SwampPalace_EntranceRoom,

R14_IcePalace_EntranceRoom, //Not normally required to backtrack, except in doors intensity 3.
R46_IcePalace_CompassRoom,
R62_IcePalace_StalfosKnights_ConveyorHellway,
R110_IcePalace_PengatorsRoom,
Expand All @@ -643,12 +646,14 @@ public const int
R117_DesertPalace_BigKeyChestRoom,
R133_DesertPalace_EastEntranceRoom,

R61_GanonsTower_TorchRoom2,
R93_GanonsTower_Gauntlet1_2_3,
R107_GanonsTower_MimicsRooms,
R109_GanonsTower_Gauntlet4_5,
R123_GanonsTower,
R125_GanonsTower_Winder_WarpMazeRoom,
R141_GanonsTower_Tile_TorchPuzzleRoom,
R150_GanonsTower_Torches1Room,
R165_GanonsTower_WizzrobesRooms,

R113_HyruleCastle_BoomerangChestRoom,
Expand All @@ -657,6 +662,7 @@ public const int
R216_EasternPalace_PreArmosKnightsRoom,

R176_AgahnimsTower_CircleofPots,
R192_AgahnimsTower_DarkBridgeRoom, //Not normally required to go backwards, except in basic/crossed doors, or doing glitch shenanigans.
R224_AgahnimsTower_EntranceRoom,

R178_MiseryMire_SlugRoom,
Expand Down

0 comments on commit 581817e

Please sign in to comment.