diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-23 11:41:55 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-23 19:57:44 -0500 |
commit | 6e6edda078b9a66e3ddea10d4b4b0aae0faf1b8e (patch) | |
tree | 96c972df8abb7f792f235d875f5699315842e878 /include | |
parent | 5c7c095bab47ef4792da3cbc1f5c4c754282e644 (diff) |
Define LINK_BATTLE_OPPONENT; other opponent constant substitutions
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/battle_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/battle_constants.h b/include/constants/battle_constants.h index 3d55bde0b..afa7fecf1 100644 --- a/include/constants/battle_constants.h +++ b/include/constants/battle_constants.h @@ -152,6 +152,7 @@ #define BATTLE_TYPE_LINK_DOUBLE (BATTLE_TYPE_MULTI | BATTLE_TYPE_TRAINER | BATTLE_TYPE_LINK | BATTLE_TYPE_DOUBLE) #define SECRET_BASE_OPPONENT 0x400 +#define LINK_BATTLE_OPPONENT 0x800 #define BATTLE_WON 0x1 #define BATTLE_LOST 0x2 |