diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-05-19 12:10:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-19 12:10:26 -0400 |
commit | 4661be783654c654ba66c5e5fafa1aa18e7b9213 (patch) | |
tree | 414b3654d06ebe8431c1334874a336a0c1a6d354 /include/constants/battle_ai.h | |
parent | 6c2d5ea50d8b2505f7eccc4283bfc32961adfb92 (diff) | |
parent | 333d2f37a811c05672f785a13af47708ccc08613 (diff) |
Merge pull request #57 from SatoMew/master
Add weather labels and missing constants
Diffstat (limited to 'include/constants/battle_ai.h')
-rw-r--r-- | include/constants/battle_ai.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/battle_ai.h b/include/constants/battle_ai.h index 4c3a45dc6..f55661b91 100644 --- a/include/constants/battle_ai.h +++ b/include/constants/battle_ai.h @@ -23,10 +23,10 @@ #define AI_EFFECTIVENESS_x0 0 // ai weather -#define AI_WEATHER_SUN 0 -#define AI_WEATHER_RAIN 1 +#define AI_WEATHER_SUNNY 0 +#define AI_WEATHER_RAIN 1 #define AI_WEATHER_SANDSTORM 2 -#define AI_WEATHER_HAIL 3 +#define AI_WEATHER_HAIL 3 // get_how_powerful_move_is #define MOVE_POWER_DISCOURAGED 0 |