diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-26 15:32:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 15:32:39 -0500 |
commit | a2c6174ee995f8980bcd38d3199ab2e395cca2ae (patch) | |
tree | b5a1b7af6d63cd1064db1a59e9961e5906c0ebf4 /include/constants/battle.h | |
parent | 905912e2784c116e28dfe22a95b149f7ef00f640 (diff) | |
parent | 97d2555fad45c046862b97cf84c443b6935928a6 (diff) |
Merge pull request #241 from GriffinRichards/doc-viridian
Document Viridian City scripts and adjacent routes
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r-- | include/constants/battle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index b28955210..63be37936 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -81,6 +81,9 @@ #define IS_BATTLE_TYPE_GHOST_WITHOUT_SCOPE(flags) ((flags) & BATTLE_TYPE_GHOST && !((flags) & BATTLE_TYPE_GHOST_UNVEILED)) #define IS_BATTLE_TYPE_GHOST_WITH_SCOPE(flags) ((flags) & BATTLE_TYPE_GHOST && (flags) & BATTLE_TYPE_GHOST_UNVEILED) +#define RIVAL_BATTLE_HEAL_AFTER 1 +#define RIVAL_BATTLE_TUTORIAL 3 + // Battle Outcome defines #define B_OUTCOME_WON 0x1 #define B_OUTCOME_LOST 0x2 |