mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 09:14:24 -05:00
Fix ptgb_write_debug() after merge
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user