sovereignx/test/battle
Nephrite ab75ad6d02
Ability flags update (#3886)
* Added five ability flags

Omitted duplicate flags that are basically "can't copy" (Role Play, Receiver, Entrainment, Skill Swap), didn't bother adding Neutralizing Gas flag,

* Mold Breaker and Trace

* Gastro Acid, Simple Beam, Worry Seed

Decided to keep the Simple Beam/Worry Seed functions

* Entrainment done

* Skill Swap

* Doodle/Role Play + flag descriptions

Also adjusted Doodle test

* Wandering Spirit, Mummy, Neutralizing Gas

Neutralizing Gas really only needs to check for other mons with Neutralizing Gas, otherwise unsuppressable abilities are handled separately.

* Renamed flags
2024-01-01 15:03:34 +01:00
..
ability Merge remote-tracking branch 'rhh/master' into upcoming 2023-12-29 19:48:21 +00:00
form_change Add status form change 2023-12-15 11:17:35 +01:00
hold_effect Merge remote-tracking branch 'rhh/master' into upcoming 2023-12-29 19:48:21 +00:00
item_effect Added last CannotUseItemsInBattle tests (#3789) 2023-12-21 20:06:12 +01:00
move_effect Ability flags update (#3886) 2024-01-01 15:03:34 +01:00
move_flags Removed ALWAYS_CRIT, renamed critBoost (#3779) 2023-12-20 16:16:02 +01:00
status1 Test improvements (#3408) 2023-10-12 12:14:07 +02:00
terrain Species Simplifier™ - Part 3 (#3562) 2023-12-08 15:05:10 +01:00
weather Remove all trailing whitespace (upcoming) (#3473) 2023-10-27 13:54:55 -03:00
ai.c Renamed Battle Move "Split" to the proper "Category" (#3774) 2023-12-20 10:08:26 +01:00
ai_check_viability.c Metronome move fix (#3852) 2023-12-28 16:57:29 +01:00
ai_trytofaint.c Remove function GetMoveDamageResult (#3536) 2023-11-09 20:53:14 +01:00
crit_chance.c Removed ALWAYS_CRIT, renamed critBoost (#3779) 2023-12-20 16:16:02 +01:00
damage_formula.c Adds combined pledge move effects (#3336) 2023-11-21 16:23:22 +01:00
exp.c Fix Wall Werrors on modern (#3412) 2023-10-13 18:39:35 +02:00
move.c Removed ALWAYS_CRIT, renamed critBoost (#3779) 2023-12-20 16:16:02 +01:00
trainer_control.c Backwards-compatible BoxPokémon Refactor (#3438) 2023-12-27 17:48:17 +01:00