mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 09:14:24 -05:00
Updating global_next_frame to be interrupt based
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user