Adding back in the debug Pokemon data

This commit is contained in:
GearsProgress
2026-07-30 10:32:45 -04:00
parent fd765d5349
commit 1c946449b5
2 changed files with 142 additions and 1 deletions

View File

@@ -634,7 +634,7 @@ bool run_conditional(int index)
if (g_debug_options.ignore_link_cable)
{
// TODO - Make this less hardcoded
// box.loadData(1, ENGLISH, gen1_rb_debug_box_data);
box.loadData(1, ENGLISH, gen1_rb_debug_box_data);
}
else
{