sovereignx/test/battle/item_effect
cawtds b73e33618d
Fix status curing of full restore when used on party member (#4603)
* fix getboxmondata for evolutiontracker if compiled with agbcc

* fixed full restore curing status condition when used in battle on party member with missing hp
added more full restore tests

* formatting, removed unused
2024-05-20 00:25:03 +02:00
..
covert_cloak.c Fixed some moves' on-hit effects bypassing Substitutes where they shouldn't and some other things discovered along the way (#4558) 2024-05-13 13:33:04 +02:00
cure_status.c Merge branch '_RHH/master' into _RHH/upcoming 2024-02-09 17:02:56 -03:00
escape.c Move data unification (#3999) 2024-01-29 08:51:32 -03:00
heal_and_cure_status.c Fix status curing of full restore when used on party member (#4603) 2024-05-20 00:25:03 +02:00
increase_stat.c Move data unification (#3999) 2024-01-29 08:51:32 -03:00
restore_hp.c Rename gItems and gAbilities to gItemsInfo and gAbilitiesInfo (#4068) 2024-01-26 15:25:52 -03:00
restore_pp.c Fixed Elixir only being useable if the first move was missing PP (#4594) 2024-05-18 19:55:31 +02:00
revive.c Rename gItems and gAbilities to gItemsInfo and gAbilitiesInfo (#4068) 2024-01-26 15:25:52 -03:00
set_mist.c Rename gItems and gAbilities to gItemsInfo and gAbilitiesInfo (#4068) 2024-01-26 15:25:52 -03:00
throw_ball.c Added last CannotUseItemsInBattle tests (#3789) 2023-12-21 20:06:12 +01:00