summaryrefslogtreecommitdiff
path: root/include/constants/fame_checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants/fame_checker.h')
-rw-r--r--include/constants/fame_checker.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/constants/fame_checker.h b/include/constants/fame_checker.h
new file mode 100644
index 000000000..e09279bb4
--- /dev/null
+++ b/include/constants/fame_checker.h
@@ -0,0 +1,26 @@
+#ifndef GUARD_CONSTANTS_FAME_CHECKER_H
+#define GUARD_CONSTANTS_FAME_CHECKER_H
+
+#define FAMECHECKER_OAK 0
+#define FAMECHECKER_DAISY 1
+#define FAMECHECKER_BROCK 2
+#define FAMECHECKER_MISTY 3
+#define FAMECHECKER_LTSURGE 4
+#define FAMECHECKER_ERIKA 5
+#define FAMECHECKER_KOGA 6
+#define FAMECHECKER_SABRINA 7
+#define FAMECHECKER_BLAINE 8
+#define FAMECHECKER_LORELEI 9
+#define FAMECHECKER_BRUNO 10
+#define FAMECHECKER_AGATHA 11
+#define FAMECHECKER_LANCE 12
+#define FAMECHECKER_BILL 13
+#define FAMECHECKER_MRFUJI 14
+#define FAMECHECKER_GIOVANNI 15
+#define NUM_FAMECHECKER_PERSONS 16
+
+#define FCPICKSTATE_NO_DRAW 0
+#define FCPICKSTATE_SILHOUETTE 1
+#define FCPICKSTATE_COLORED 2
+
+#endif //GUARD_CONSTANTS_FAME_CHECKER_H