From fc467a9d52e200a9ffae663161c8b2b2b7c79689 Mon Sep 17 00:00:00 2001 From: GriffinR <25753467+GriffinRichards@users.noreply.github.com> Date: Sun, 4 Aug 2019 04:38:59 -0400 Subject: standardize favour/favor --- include/global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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]; -- cgit v1.2.3