diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-19 12:40:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 12:40:56 -0500 |
commit | 8ceecd9fba385442f55bff2d19977e3c2fd6e5e8 (patch) | |
tree | 5fecc007490abd7ec3b12ee75249229c2bb760bf /include/battle_util.h | |
parent | 0f0ba1e28c5c14bb93d403fd2df4a2d89e057a65 (diff) | |
parent | 455202eca00fd1b51e9ba8b75434d97ae5c750a8 (diff) |
Merge pull request #81 from DizzyEggg/decompile_rom3
Decompile rom_3
Diffstat (limited to 'include/battle_util.h')
-rw-r--r-- | include/battle_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_util.h b/include/battle_util.h index c1ff7d8ab..b21b250c4 100644 --- a/include/battle_util.h +++ b/include/battle_util.h @@ -33,6 +33,7 @@ #define ITEMEFFECT_ON_SWITCH_IN 0x0 #define WEATHER_HAS_EFFECT ((!AbilityBattleEffects(ABILITYEFFECT_CHECK_ON_FIELD, 0, ABILITY_CLOUD_NINE, 0, 0) && !AbilityBattleEffects(ABILITYEFFECT_CHECK_ON_FIELD, 0, ABILITY_AIR_LOCK, 0, 0))) +#define WEATHER_HAS_EFFECT2 ((!AbilityBattleEffects(ABILITYEFFECT_FIELD_SPORT, 0, ABILITY_CLOUD_NINE, 0, 0) && !AbilityBattleEffects(ABILITYEFFECT_FIELD_SPORT, 0, ABILITY_AIR_LOCK, 0, 0))) #define BS_GET_TARGET 0 #define BS_GET_ATTACKER 1 |