This commit is contained in:
The Gears of Progress
2024-11-01 22:54:05 -04:00
parent 884ebc9216
commit 3b945ecf3e
16 changed files with 184 additions and 66 deletions

View File

@@ -105,7 +105,15 @@ int text_loop(int script)
}
if (get_curr_flex_background() == BG_FENNEL)
{
fennel_speak(0);
if (get_missingno_enabled())
{
fennel_speak(0);
fennel_blink(4);
}
else
{
fennel_speak(0);
}
}
}
if (text_exit)