Fixup remaining n64ddflag after IS_RANDO merge (#3240)

This commit is contained in:
Adam Bird
2023-09-29 16:28:16 -04:00
committed by GitHub
parent d63c9d1774
commit af19645a88
9 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ u16 ElfMessage_GetSariaText(PlayState* play) {
if (!LINK_IS_ADULT) {
if (Actor_FindNearby(play, &player->actor, ACTOR_EN_SA, 4, 800.0f) == NULL) {
if (gSaveContext.n64ddFlag && Randomizer_GetSettingValue(RSK_SARIA_HINT)) {
if (IS_RANDO && Randomizer_GetSettingValue(RSK_SARIA_HINT)) {
return 0x161;
}
msgs = sChildSariaMsgs;