diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-12-05 12:45:25 -0600 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-12-05 12:45:25 -0600 |
| commit | 1e10ccd3fc9b8ace21301e887a775e979e62b28b (patch) | |
| tree | ed736771f809f1b643a61d6d5266c3cfae8bee72 /mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp | |
| parent | c33e1154e439223bdd1ba75f046f45e46b6bbe31 (diff) | |
Tweaks to song/remains names and more convertItem cases handled
Diffstat (limited to 'mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp')
| -rw-r--r-- | mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp index df2c33664..858b91921 100644 --- a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp +++ b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp @@ -36,7 +36,7 @@ void Rando::MiscBehavior::OnFileCreate(s16 fileNum) { // TODO: Starting item configuration. Currently if you don't start with ocarina & SoT glitchless logic will fail // because of looping condition of needing Deku mask to get ocarina, and needing ocarina to get deku mask. GiveItem(RI_OCARINA); - GiveItem(RI_SONG_OF_TIME); + GiveItem(RI_SONG_TIME); try { // SpoilerFileIndex == 0 means we're generating a new one |
