From bfaa55f2fe3d557570260f6b4956e39c3b0f1218 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 15 Nov 2021 11:02:26 -0800 Subject: Label and doc iq skills and tactics info (#75) * label/doc iq skills/tactics info * decomp a few more dungeon_util and label some funcs * doc the IQSkills field --- include/constants/iq_skill.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/constants/iq_skill.h') diff --git a/include/constants/iq_skill.h b/include/constants/iq_skill.h index 759c350..f36cee0 100644 --- a/include/constants/iq_skill.h +++ b/include/constants/iq_skill.h @@ -25,7 +25,8 @@ enum IQSkill IQ_SKILL_LAVA_EVADER = 0x14, IQ_SKILL_DEDICATED_TRAVELER = 0x15, IQ_SKILL_ITEM_MASTER = 0x16, - IQ_SKILL_EXCLUSIVE_MOVE_USER = 0x17 + IQ_SKILL_EXCLUSIVE_MOVE_USER = 0x17, + NUM_IQ_SKILLS = 0x18 }; #endif -- cgit v1.2.3