summaryrefslogtreecommitdiff
path: root/include/constants/party_menu.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-22 06:46:04 +0800
committerEvan <eroelke@gmail.com>2019-12-04 14:54:50 -0700
commit069eb2baed314133a9d72658c07126e73b3b3db1 (patch)
tree1cf7ea7b4ef581d91324412cfcbc2513a97a6abf /include/constants/party_menu.h
parentd89a2d791edaf9bc892bd00dbf2ffcd35f84435a (diff)
party_menu first quarter
Diffstat (limited to 'include/constants/party_menu.h')
-rw-r--r--include/constants/party_menu.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/constants/party_menu.h b/include/constants/party_menu.h
index f8f77f466..5c084ee6e 100644
--- a/include/constants/party_menu.h
+++ b/include/constants/party_menu.h
@@ -25,7 +25,11 @@
#define TUTOR_MOVE_EXPLOSION 12
#define TUTOR_MOVE_ROCK_SLIDE 13
#define TUTOR_MOVE_SUBSTITUTE 14
-#define TUTOR_MOVE_COUNT 15
+#define TUTOR_MOVE_COUNT 15 // regular tutor move count
+
+#define TUTOR_MOVE_FRENZY_PLANT 15
+#define TUTOR_MOVE_BLAST_BURN 16
+#define TUTOR_MOVE_HYDRO_CANNON 17
#define PARTY_LAYOUT_SINGLE 0
#define PARTY_LAYOUT_DOUBLE 1
@@ -54,7 +58,7 @@
#define PARTY_ACTION_USE_ITEM 3
#define PARTY_ACTION_ABILITY_PREVENTS 4
#define PARTY_ACTION_GIVE_ITEM 5
-#define PARTY_ACTION_GIVE_PC_ITEM 6 // Unused. Not possible to give non-mail items directly from PC
+#define PARTY_ACTION_GIVE_PC_ITEM 6 // TODO: rename this one if necessary. Used for quest log.
#define PARTY_ACTION_GIVE_MAILBOX_MAIL 7
#define PARTY_ACTION_SWITCH 8
#define PARTY_ACTION_SWITCHING 9