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/tactic.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/constants/tactic.h') diff --git a/include/constants/tactic.h b/include/constants/tactic.h index 4d24b01..33e9d84 100644 --- a/include/constants/tactic.h +++ b/include/constants/tactic.h @@ -13,7 +13,9 @@ enum Tactic TACTIC_BE_PATIENT = 0x7, TACTIC_KEEP_YOUR_DISTANCE = 0x8, TACTIC_WAIT_THERE = 0x9, - TACTIC_GET_AWAY = 0xA + TACTIC_GET_AWAY = 0xA, + TACTIC_UNUSED = 0xB, + NUM_TACTICS = 0xC }; #endif -- cgit v1.2.3