summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index db80d81a0..f6a701ab8 100644
--- a/include/global.h
+++ b/include/global.h
@@ -740,7 +740,7 @@ struct RecordMixingDayCareMail
enum
{
LILYCOVE_LADY_QUIZ,
- LILYCOVE_LADY_FAVOUR,
+ LILYCOVE_LADY_FAVOR,
LILYCOVE_LADY_CONTEST
};
@@ -788,7 +788,7 @@ struct LilycoveLadyContest
typedef union // 3b58
{
struct LilycoveLadyQuiz quiz;
- struct LilycoveLadyFavour favour;
+ struct LilycoveLadyFavor favor;
struct LilycoveLadyContest contest;
u8 id;
u8 pad[0x40];