mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-09 09:35:27 -05:00
Final edits for v1.1.1
This commit is contained in:
@@ -58,7 +58,7 @@ int text_loop(int script)
|
||||
{
|
||||
if (get_frame_count() % 2 == 0 || key_held(KEY_B) || key_held(KEY_A))
|
||||
{
|
||||
if (DEBUG_MODE)
|
||||
if (INSTANT_TEXT_SPEED)
|
||||
{
|
||||
while (char_index < curr_text.length() && curr_text.substr(char_index, 1) != "|")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user