summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-15 10:57:06 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-15 10:57:06 -0500
commit65d3b583748bf1a8e03bc55baa31760bd5bdc384 (patch)
treee9a0b232711ce82ced478c4786c744eb27603b96 /include/constants
parentf85de6eca57ee9497bf81f023bd7784b3115f2ce (diff)
Add PARTY_NOTHING_CHOSEN
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/party_menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/party_menu.h b/include/constants/party_menu.h
index e31debb49..f95bfa90f 100644
--- a/include/constants/party_menu.h
+++ b/include/constants/party_menu.h
@@ -1,6 +1,8 @@
#ifndef GUARD_CONSTANTS_PARTY_MENU_H
#define GUARD_CONSTANTS_PARTY_MENU_H
+#define PARTY_NOTHING_CHOSEN 0xFF
+
#define AILMENT_NONE 0
#define AILMENT_PSN 1
#define AILMENT_PRZ 2