Fix ptgb_write_debug() after merge

This commit is contained in:
Philippe Symons
2025-05-27 22:39:16 +02:00
parent 7f20f6f58e
commit 13d4b3f7d5
4 changed files with 21 additions and 14 deletions

View File

@@ -724,7 +724,7 @@ void populate_game_menu(int lang)
}
}
static bool load_simple_party_data()
static bool __attribute__((noinline)) load_simple_party_data()
{
PokemonTables data_tables;
return party_data.fill_simple_pkmn_array(data_tables);