summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/constants/flags.h2
-rw-r--r--include/gym_leader_rematch.h (renamed from include/trainer_rematch.h)2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h
index 63e053cbd..2e40a8eba 100644
--- a/include/constants/flags.h
+++ b/include/constants/flags.h
@@ -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
diff --git a/include/trainer_rematch.h b/include/gym_leader_rematch.h
index faf459846..ef0e5fef1 100644
--- a/include/trainer_rematch.h
+++ b/include/gym_leader_rematch.h
@@ -82,6 +82,6 @@ enum {
REMATCH_WALLACE
};
-void sub_81DA57C(void);
+void UpdateGymLeaderRematch(void);
#endif //GUARD_TRAINER_REMATCH_H