summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fame_checker.h6
-rw-r--r--include/global.berry.h2
-rw-r--r--include/global.fieldmap.h2
-rw-r--r--include/global.h4
4 files changed, 8 insertions, 6 deletions
diff --git a/include/fame_checker.h b/include/fame_checker.h
index bc653740e..fad629108 100644
--- a/include/fame_checker.h
+++ b/include/fame_checker.h
@@ -22,6 +22,12 @@ enum {
FAMECHECKER_GIOVANNI
};
+enum {
+ FCPICKSTATE_NO_DRAW,
+ FCPICKSTATE_SILHOUETTE,
+ FCPICKSTATE_COLORED
+};
+
void ResetFameChecker(void);
void UseFameChecker(MainCallback savedCallback);
diff --git a/include/global.berry.h b/include/global.berry.h
index f9e27b186..5c8a43a02 100644
--- a/include/global.berry.h
+++ b/include/global.berry.h
@@ -1,8 +1,6 @@
#ifndef GUARD_GLOBAL_BERRY_H
#define GUARD_GLOBAL_BERRY_H
-#include "global.h"
-
#define BERRY_NAME_COUNT 7
#define BERRY_ITEM_EFFECT_COUNT 18
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index 98077d8d4..ed5054b7d 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -1,8 +1,6 @@
#ifndef GUARD_GLOBAL_FIELDMAP_H
#define GUARD_GLOBAL_FIELDMAP_H
-#include "global.h"
-
#define NUM_FIELD_OBJECTS 16
enum
diff --git a/include/global.h b/include/global.h
index 84597dba0..d99f912ae 100644
--- a/include/global.h
+++ b/include/global.h
@@ -574,8 +574,8 @@ struct QuestLog
struct FameCheckerSaveData
{
- /*3a54*/ u16 unk_0_0:2;
- u16 unk_0_2:12;
+ /*3a54*/ u16 pickState:2;
+ u16 flavorTextFlags:12;
u16 unk_0_E:2;
};