mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-24 15:02:18 -05:00
* Fixed Roost clearing type3 when used by a pure Flying-type. (Gen 5+) * Created a test file for Roost. * Marked tests as TODO for now. * Added more tests for HP healed and type changing. * Created a function to handle Roost's Flying suppression when getting a battler's type. Added more tests. * Added test for not-yet-aquired Flying-type. Fixed/rewrote some other tests. * Now using GetBattlerType() in most relevant places. Fixed some tests. * Added tests for interactions between Roost and Delta Stream, type-changing effects, Grassy Terrain healing, Levitate, Air Balloon, Magnet Rise, and Telekinesis. * Added test for interaction between Roost and Reflect Type. * Gen 4 tests merged with Gen 5+ tests. * Removed errant space. Co-authored-by: LOuroboros <lunosouroboros@gmail.com> --------- Co-authored-by: LOuroboros <lunosouroboros@gmail.com> |
||
|---|---|---|
| .. | ||
| absorb.c | ||
| accuracy_down.c | ||
| after_you.c | ||
| assist.c | ||
| attack_down.c | ||
| attack_up_user_ally.c | ||
| attack_up.c | ||
| axe_kick.c | ||
| barb_barrage.c | ||
| beak_blast.c | ||
| bide.c | ||
| bug_bite.c | ||
| burn_hit.c | ||
| burn_up.c | ||
| collision_course.c | ||
| corrosive_gas.c | ||
| court_change.c | ||
| defense_down.c | ||
| defense_up.c | ||
| defog.c | ||
| dire_claw.c | ||
| double_shock.c | ||
| dream_eater.c | ||
| encore.c | ||
| evasion_up.c | ||
| explosion.c | ||
| flinch_hit.c | ||
| fling.c | ||
| focus_punch.c | ||
| freeze_hit.c | ||
| gigaton_hammer.c | ||
| haze.c | ||
| healing_wish.c | ||
| hex.c | ||
| hit_escape.c | ||
| hit_set_entry_hazardss.c | ||
| hit_set_remove_terrain.c | ||
| hit_switch_target.c | ||
| hydro_steam.c | ||
| infernal_parade.c | ||
| make_it_rain.c | ||
| metronome.c | ||
| mind_blown.c | ||
| mirror_move.c | ||
| mortal_spin.c | ||
| multi_hit.c | ||
| paralyze_hit.c | ||
| poison_hit.c | ||
| population_bomb.c | ||
| protect.c | ||
| rampage.c | ||
| recoil_if_miss.c | ||
| reflect.c | ||
| revival_blessing.c | ||
| roar.c | ||
| roost.c | ||
| salt_cure.c | ||
| shell_trap.c | ||
| sleep.c | ||
| special_attack_down.c | ||
| special_attack_up_3.c | ||
| spikes.c | ||
| spin_out.c | ||
| sticky_web.c | ||
| stockpile.c | ||
| tailwind.c | ||
| take_heart.c | ||
| teatime.c | ||
| teleport.c | ||
| torment.c | ||
| toxic_spikes.c | ||
| toxic.c | ||
| tri_attack.c | ||
| triple_arrows.c | ||
| triple_kick.c | ||
| venoshock.c | ||