summaryrefslogtreecommitdiff
path: root/include/constants/status.h
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-10-22 13:20:01 -0400
committerGitHub <noreply@github.com>2021-10-22 10:20:01 -0700
commitc98fb2c11272680a20b9cfb9efe2ce482d3779dd (patch)
treed5001c7adfe550c52f8190934a74849920bd9eaa /include/constants/status.h
parent3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (diff)
Decomped DecideAction() (#66)
* Decomped DecideAction() * Defined dungeon Pokémon array sizes
Diffstat (limited to 'include/constants/status.h')
-rw-r--r--include/constants/status.h1
1 files changed, 1 insertions, 0 deletions
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
};