Pre-text engine rewrite

This commit is contained in:
Remnants of Forgotten Disney
2023-11-10 21:19:19 -06:00
parent a2ebc40054
commit e01a782929
8 changed files with 38 additions and 38 deletions

View File

@@ -38,7 +38,7 @@
#define DIA_F_SEND_FRIEND START_SIZE + DIA_INDEX_SEND_FRIEND
#define DIA_F_THANK START_SIZE + DIA_INDEX_THANK
#define DIA_SIZE 13
#define DIA_SIZE 27
#define DIA_END DIA_SIZE + START_SIZE
// Commands
@@ -70,7 +70,7 @@
extern script_obj script[];
void populate_script();
void populate_dialouge();
void populate_dialogue();
void add_script_party_var(Pokemon_Party var);
bool run_conditional(int index);