summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/dungeon_action.h1
-rw-r--r--include/constants/status.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/dungeon_action.h b/include/constants/dungeon_action.h
index f5e0290..287a1ed 100644
--- a/include/constants/dungeon_action.h
+++ b/include/constants/dungeon_action.h
@@ -3,6 +3,7 @@
enum DungeonAction
{
+ DUNGEON_ACTION_NONE = 0x0,
DUNGEON_ACTION_WAIT = 0x1,
DUNGEON_ACTION_WALK = 0x2,
// Switching between Pokémon in the moves menu.
diff --git a/include/constants/status.h b/include/constants/status.h
index 8445731..9fad5b0 100644
--- a/include/constants/status.h
+++ b/include/constants/status.h
@@ -117,6 +117,7 @@ enum VolatileStatus
enum TargetingDecoy
{
+ TARGETING_DECOY_NONE = 0,
TARGETING_DECOY_TEAM = 1,
TARGETING_DECOY_WILD = 2
};