standardize favour/favor

This commit is contained in:
GriffinR
2019-08-04 04:38:59 -04:00
committed by huderlem
parent 23979c4d7d
commit fc467a9d52
2 changed files with 23 additions and 23 deletions

View File

@@ -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];