mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-22 08:45:16 -05:00
v1.1.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user