Fix bug + add entry for injecting Celebi in debug menu

This commit is contained in:
Philippe Symons
2026-03-26 15:30:46 +01:00
parent 2982b9ba93
commit db21eba3b9
4 changed files with 13 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ void fill_debug_menu_with_entries(vertical_menu &menu, u16 *charset)
define_executable_row(charset, "Text Debug", show_text_debug_screen, 0, nullptr),
#endif
define_executable_row(charset, "Info", show_debug_info_screen, 0, nullptr),
define_executable_row(charset, "Inject Celebi", dbg_inject_pkmn, 0, nullptr),
define_song_row(charset, "Song"),
define_toggle_row(charset, "Print Link", dbg_set_boolean_flag, g_debug_options.print_link_data, &g_debug_options.print_link_data),
define_toggle_row(charset, "Instant Text", dbg_set_boolean_flag, g_debug_options.instant_text_speed, &g_debug_options.instant_text_speed),