mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 09:14:24 -05:00
Continuing script implementation
This commit is contained in:
@@ -61,7 +61,8 @@ bool run_conditional(int index)
|
||||
|
||||
case IMPORT_POKEMON:
|
||||
party_data.load_pokemon();
|
||||
party_data.inject_pokemon();
|
||||
//party_data.inject_pokemon();
|
||||
inject_mystery(party_data.get_full_pokemon_array());
|
||||
return true;
|
||||
|
||||
case BACK_TO_MENU:
|
||||
|
||||
Reference in New Issue
Block a user