Continuing script implementation

This commit is contained in:
Remnants of Forgotten Disney
2023-10-04 16:39:31 -05:00
parent 0af3ef7e1f
commit 42ca7a5a6b
10 changed files with 475 additions and 233 deletions

View File

@@ -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: