diff options
Diffstat (limited to 'src/credits.c')
-rw-r--r-- | src/credits.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/credits.c b/src/credits.c index ad78d875c..a0138e57a 100644 --- a/src/credits.c +++ b/src/credits.c @@ -188,6 +188,7 @@ struct CreditsTaskData }; static EWRAM_DATA struct CreditsResources * sCreditsMgr = NULL; +EWRAM_DATA bool8 gHasHallOfFameRecords = FALSE; static void CB2_Credits(void); static s32 RollCredits(void); |