summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-11-27 16:50:10 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-11-27 16:50:10 -0500
commitd2bd51c49f0654a7cb37a6aeb0f50b8b2d2470b1 (patch)
tree64178593f6317892287790cd83517bdf7ae24af4 /include/global.h
parenta738e3dca5563355df0b31323a95e017ce9205d6 (diff)
Rename most assets and functions in fame_checker
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index d99f912ae..b81b29381 100644
--- a/include/global.h
+++ b/include/global.h
@@ -572,6 +572,8 @@ struct QuestLog
/*0x0668*/ u16 end[0];
};
+#include "fame_checker.h"
+
struct FameCheckerSaveData
{
/*3a54*/ u16 pickState:2;
@@ -643,7 +645,7 @@ struct SaveBlock1
/*0x3A14*/ u8 seen2[DEX_FLAGS_NO];
/*0x3A48*/ u8 filler_3a48[4];
/*0x3A4C*/ u8 rivalName[PLAYER_NAME_LENGTH];
- /*0x3A54*/ struct FameCheckerSaveData fameChecker[16];
+ /*0x3A54*/ struct FameCheckerSaveData fameChecker[NUM_FAMECHECKER_PERSONS];
/*0x3A94*/ u8 filler3A94[0x2A4];
u32 unkArray[4][3];
};