Skip to content

Commit

Permalink
Merge pull request pret#1286 from LOuroboros/B_STANCE_CHANGE_FAIL
Browse files Browse the repository at this point in the history
Improved the comment of B_STANCE_CHANGE_FAIL
  • Loading branch information
AsparagusEduardo authored Dec 12, 2020
2 parents 38b61ac + 33d7f22 commit 2d742dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/constants/battle_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
// Ability settings
#define B_ABILITY_WEATHER GEN_6 // In Gen5+, weather caused by abilities lasts the same amount of turns as induced from a move. Before, they lasted till the battle's end or weather change by a move.
#define B_GALE_WINGS GEN_6 // In Gen7+ requires full HP to trigger.
#define B_STANCE_CHANGE_FAIL GEN_7 // In Gen7+, Aegislash's form change does not happen, if the Pokémon cannot use a move, because of confusion, paralysis, etc. In gen6, the form change occurs despite not being able to move.
#define B_STANCE_CHANGE_FAIL GEN_7 // In Gen7+, Stance Change fails if the Pokémon is unable to use a move because of confusion, paralysis, etc. In Gen6, it doesn't.
#define B_GHOSTS_ESCAPE GEN_6 // In Gen6+, ghosts can escape even when blocked by abilities such as Shadow Tag.
#define B_MOODY_ACC_EVASION GEN_6 // In Gen8+, Moody CANNOT raise Accuray and Evasion any more.
#define B_FLASH_FIRE_FROZEN GEN_6 // In Gen5+, Flash Fire can trigger even when frozen, when it couldn't before.
Expand Down

0 comments on commit 2d742dc

Please sign in to comment.