THE POKEDEX ADDITONS WORK

This commit is contained in:
Remnants of Forgotten Disney
2023-11-01 12:02:52 -05:00
parent e7fd5f1aba
commit fbb3dccb0f
8 changed files with 198 additions and 76 deletions

View File

@@ -73,6 +73,5 @@ void populate_script();
void populate_dialouge();
void add_script_party_var(Pokemon_Party var);
bool run_conditional(int index);
std::string_view format_text(std::string_view text);
#endif