sovereignx/test/battle
AgustinGDLV 84a9d4ffcf
Terastallization (#4110)
* wrote foundational terastal tests

* implemented baseline test-only Tera functionality; modified GetBattlerType + STAB calculations, misc. changes to some moves

* added tests and func. for Stellar type, more tests for Tera Blast

* more tests for Stellar type, Conversion fixes, Color Change + Conversion2 future proof

* implemented tera blast, expanded stellar type func., fixed tests

* last set of Tera/Tera Blast tests for checklist, protean fix

* implemented in-battle Terastallization, WIP stellar indicator and tera animation

* fixed bad merge

* expanded NUMBER_OF_MON_TYPES, cut down on TYPE_STELLAR hackiness, added Stellar type to summary

* fixed type indicators

* added tera logic to AI

* implemented code review changes, added B_TERA_ORB_NO_COST

* updated AI to calc damage with Tera when applicable; minor rework to AI gimmick handling

* fixed Tera Blast split choice occuring when not Terastallized

* fixed Tera Blast using Last Respects BP calcs

* added tera type to TrainerMon, code review tweaks
2024-04-24 11:17:46 +02:00
..
ability Adds Ability Poison Puppeteer (#4416) 2024-04-20 22:23:20 +02:00
form_change Renamed "MoveHasMoveEffect" functions 2024-02-26 14:21:38 +09:00
gimmick Terastallization (#4110) 2024-04-24 11:17:46 +02:00
hold_effect Fixes Ability Shield, Neutralizing Gas interaction (#4391) 2024-04-14 18:43:55 +02:00
item_effect Merge branch '_RHH/master' into _RHH/upcoming 2024-02-09 17:02:56 -03:00
move_effect Terastallization (#4110) 2024-04-24 11:17:46 +02:00
move_flags Move data unification (#3999) 2024-01-29 08:51:32 -03:00
status1 Move data unification (#3999) 2024-01-29 08:51:32 -03:00
terrain Move data unification (#3999) 2024-01-29 08:51:32 -03:00
weather Move data unification (#3999) 2024-01-29 08:51:32 -03:00
ai.c Fix bug involved infinite loop when player mon has only status moves (#4403) 2024-04-18 10:34:33 +02:00
ai_calc_best_move_score.c Renamed "MoveHasMoveEffect" functions 2024-02-26 14:21:38 +09:00
ai_check_viability.c Merge remote-tracking branch 'rhh/upcoming' into battlemove_refactored 2024-02-26 14:23:53 +09:00
ai_powerful_status.c Fixed test 2024-02-26 15:12:34 +09:00
ai_trytofaint.c Move data unification (#3999) 2024-01-29 08:51:32 -03:00
crit_chance.c Adds Dragon Cheer (#4122) 2024-02-03 08:00:41 -07:00
damage_formula.c Move data unification (#3999) 2024-01-29 08:51:32 -03:00
exp.c Fix Wall Werrors on modern (#3412) 2023-10-13 18:39:35 +02:00
move.c Apply suggestions from code review 2024-02-26 23:59:15 +09:00
trainer_control.c Competitive-formatted parties (#3545) 2024-04-06 15:05:15 -03:00
trainer_control.h Competitive-formatted parties (#3545) 2024-04-06 15:05:15 -03:00
trainer_control.party Competitive-formatted parties (#3545) 2024-04-06 15:05:15 -03:00