mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-09 17:45:37 -05:00
add indicator for finished dialogue
This commit is contained in:
@@ -278,7 +278,7 @@ void dbg_inject_pkmn(void *context, unsigned user_param)
|
||||
npf_snprintf(text_buffer, sizeof(text_buffer), "%s received a Celebi!\n Celebi was sent to box %d!", decoded_OT_utf8, boxIndex);
|
||||
ptgb_write_debug(tables.gen3_charset, text_buffer, false);
|
||||
|
||||
wait_for_user_to_continue();
|
||||
wait_for_user_to_continue(H_MAX, V_MAX);
|
||||
|
||||
if(!g_debug_options.ignore_game_pak && !g_debug_options.ignore_game_pak_sprites)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user