Updating global_next_frame to be interrupt based

This commit is contained in:
GearsProgress
2026-04-16 13:56:50 -04:00
parent 4408ae1a42
commit 4e92542f5c
13 changed files with 55 additions and 55 deletions

View File

@@ -881,7 +881,7 @@ bool run_conditional(int index)
REG_BG1HOFS = i + FENNEL_SHIFT;
if (!g_debug_options.instant_text_speed)
{
global_next_frame();
VBlankIntrWait();
}
}
return true;
@@ -892,7 +892,7 @@ bool run_conditional(int index)
REG_BG1HOFS = i + FENNEL_SHIFT;
if (!g_debug_options.instant_text_speed)
{
global_next_frame();
VBlankIntrWait();
}
}
return true;