mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-08 10:55:17 +01:00
* Implement Substitute Squashed commit from working branch * Fix integration test imports * Use Override Helper utils + Fix Baton Pass test * Update src/test/moves/substitute.test.ts Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com> * Fix test imports + nits * Document RemoveAllSubstitutesAttr * Fix some strict-null issues * more strict-null fixes * Fix baton pass test * Reorganized Substitute translation keys * Added checks for substitute in contact logic * Clean up Unseen Fist contact logic * Remove misleading comment in Download attr * RIP phases.ts * Fix imports post-phase migration * Rewrite `move.canIgnoreSubstitute` to `move.hitsSubstitute` * Also fixed interactions with Shell Trap and Beak Blast * Removed some leftover `canIgnoreSubstitute`s * fix issues after beta merge * Status move effectiveness now accounts for substitute * More edge case tests (Counter test failing) * Fix Counter + Trap edge cases + add Fail messagesd * Fix leftover nit * Resolve leftover test issues * Fix Sub offset carrying over to Trainer fights * Hide substitute sprite during catch attempts * Make substitutes baton-passable again * Remove placeholder locale keys and SPLASH_ONLY * Fix imports and other nits Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * ESLint * Fix imports * Fix incorrect `resetSprite` timing * Fix substitute disappearing on hit (maybe?) * More animation fixes (mostly for Roar) --------- Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com> Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| ability.ts | ||
| arena-tag.ts | ||
| battle-anims.ts | ||
| battler-tags.ts | ||
| berry.ts | ||
| biomes.ts | ||
| challenge.ts | ||
| daily-run.ts | ||
| dialogue.ts | ||
| egg-hatch-data.ts | ||
| egg-moves.ts | ||
| egg.ts | ||
| exp.ts | ||
| gender.ts | ||
| move.ts | ||
| nature.ts | ||
| pokeball.ts | ||
| pokemon-evolutions.ts | ||
| pokemon-forms.ts | ||
| pokemon-level-moves.ts | ||
| pokemon-species.ts | ||
| splash-messages.ts | ||
| status-effect.ts | ||
| terrain.ts | ||
| tms.ts | ||
| trainer-config.ts | ||
| trainer-names.ts | ||
| type.ts | ||
| variant.ts | ||
| weather.ts | ||