Name functions, variables, and that one flag constant

This commit is contained in:
PikalaxALT
2018-02-26 08:23:17 -05:00
parent 80906f022b
commit f46e941f30
7 changed files with 37 additions and 36 deletions

View File

@@ -91,7 +91,7 @@
#define FLAG_0x058 0x58
#define FLAG_0x059 0x59
#define FLAG_0x05A 0x5A
#define FLAG_0x05B 0x5B
#define FLAG_WATTSON_REMATCH_AVAILABLE 0x5B
#define FLAG_0x05C 0x5C
#define FLAG_0x05D 0x5D
#define FLAG_0x05E 0x5E

View File

@@ -82,6 +82,6 @@ enum {
REMATCH_WALLACE
};
void sub_81DA57C(void);
void UpdateGymLeaderRematch(void);
#endif //GUARD_TRAINER_REMATCH_H