From 4fc272fea6bc7332fae031ebeb12362cff1c35de Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 1 Dec 2021 16:33:06 -0600 Subject: No wifi + 2 days on train = more decomp (#80) * No wifi + 2 days on train = more decomp * layin some more * one func, one file --- include/constants/iq_skill.h | 1 + include/constants/wonder_mail.h | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'include/constants') diff --git a/include/constants/iq_skill.h b/include/constants/iq_skill.h index f36cee0..8e5809c 100644 --- a/include/constants/iq_skill.h +++ b/include/constants/iq_skill.h @@ -3,6 +3,7 @@ enum IQSkill { + IQ_SKILL_NONE = 0x0, IQ_SKILL_TYPE_ADVANTAGE_MASTER = 0x1, IQ_SKILL_ITEM_CATCHER = 0x2, IQ_SKILL_COURSE_CHECKER = 0x3, diff --git a/include/constants/wonder_mail.h b/include/constants/wonder_mail.h index 7ddaac7..c9626ae 100644 --- a/include/constants/wonder_mail.h +++ b/include/constants/wonder_mail.h @@ -1,15 +1,6 @@ #ifndef GUARD_CONSTANTS_WONDER_MAIL_H #define GUARD_CONSTANTS_WONDER_MAIL_H -enum MissionType -{ - HELP_POKE, - FIND_POKE, - ESCORT, - FIND_ITEM, - DELIVER_ITEM -}; - enum RewardType { MONEY, -- cgit v1.2.3