summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorGriffinR <25753467+GriffinRichards@users.noreply.github.com>2019-08-04 04:38:59 -0400
committerhuderlem <huderlem@gmail.com>2019-08-21 17:06:55 -0500
commitfc467a9d52e200a9ffae663161c8b2b2b7c79689 (patch)
treec5a5f7c078d870bda048356324c62ee26c213935 /include/global.h
parent23979c4d7d6f7b10107f94781add4c9d3b0c7e52 (diff)
standardize favour/favor
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];