diff options
| author | Pepper0ni <93387759+Pepper0ni@users.noreply.github.com> | 2025-03-16 21:00:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-16 22:00:31 +0100 |
| commit | 112fab503ff0d427ee211a04d012bb3beec649fe (patch) | |
| tree | f47c87c4a0b8c455b1365a1615adf5d526f81fdd | |
| parent | 797fe2d9893ad58b51162b6a16a413ee78d17ef5 (diff) | |
Fix oversight in HC storms grotto (#5120)
| -rw-r--r-- | soh/soh/Enhancements/randomizer/location_access/overworld/castle_grounds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/randomizer/location_access/overworld/castle_grounds.cpp b/soh/soh/Enhancements/randomizer/location_access/overworld/castle_grounds.cpp index c4dcf4f02..b4b77056b 100644 --- a/soh/soh/Enhancements/randomizer/location_access/overworld/castle_grounds.cpp +++ b/soh/soh/Enhancements/randomizer/location_access/overworld/castle_grounds.cpp @@ -79,7 +79,7 @@ void RegionTable_Init_CastleGrounds() { LOCATION(RC_HC_STORMS_GROTTO_POT_4, logic->CanBreakPots()), }, { //Exits - Entrance(RR_CASTLE_GROUNDS, []{return true;}), + Entrance(RR_HC_STORMS_GROTTO, []{return true;}), }); areaTable[RR_GANONS_CASTLE_GROUNDS] = Region("Ganon's Castle Grounds", "Castle Grounds", {RA_OUTSIDE_GANONS_CASTLE}, NO_DAY_NIGHT_CYCLE, { |
