Shipwright/soh
aMannus c9fdf8a480
Fix Rando Water Temple Softlock (#665)
We use 3DS logic to generate item placement, but didn't have this specific door in Water Temple unlocked from the beginning like 3DS does.

This meant that if people took specific paths through the temple, they could softlock themselves by missing a key.
2022-07-12 18:55:01 -04:00
..
assets Merge branch 'develop' into z64-devmerge 2022-06-17 00:39:07 -04:00
include Free Camera (#337) 2022-07-12 18:40:18 -04:00
macosx Add Support for macOS (#441) 2022-06-22 14:59:21 -04:00
soh Removed legacy audio mode and fixed ganon sound bug (#657) 2022-07-11 22:37:39 -04:00
src Fix Rando Water Temple Softlock (#665) 2022-07-12 18:55:01 -04:00
.clang-format git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
.clang-tidy git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
.gitattributes git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
.gitignore Add Support for macOS (#441) 2022-06-22 14:59:21 -04:00
.gitrepo git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
fixbaserom.py git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
format.sh git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
Makefile add support for clang compiler (#592) 2022-07-10 10:51:12 -04:00
randomizer_generation.cpp testing out item replacement (#416) 2022-07-11 20:11:07 -04:00
randomizerTypes.h testing out item replacement (#416) 2022-07-11 20:11:07 -04:00
resource.h git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
Resource.rc git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
SHIPOFHARKINIAN.ico git subrepo clone https://github.com/HarbourMasters/soh.git 2022-03-22 02:51:23 +01:00
soh.sln Replaced StormLib .lib files with source code. 2022-06-16 20:35:52 -04:00
soh.vcxproj testing out item replacement (#416) 2022-07-11 20:11:07 -04:00
soh.vcxproj.filters testing out item replacement (#416) 2022-07-11 20:11:07 -04:00
soh.vcxproj.user Fix VS stuff 2022-05-15 19:01:19 +02:00