mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-20 02:01:22 +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> |
||
|---|---|---|
| .. | ||
| @types | ||
| configs/inputs | ||
| data | ||
| enums | ||
| events | ||
| field | ||
| interfaces | ||
| locales | ||
| modifier | ||
| phases | ||
| pipelines | ||
| plugins | ||
| system | ||
| test | ||
| typings/phaser | ||
| ui | ||
| account.ts | ||
| battle-scene.ts | ||
| battle.ts | ||
| constants.ts | ||
| debug.js | ||
| game-mode.ts | ||
| inputs-controller.ts | ||
| loading-scene.ts | ||
| main.ts | ||
| messages.ts | ||
| overrides.ts | ||
| phase.ts | ||
| scene-base.ts | ||
| timed-event-manager.ts | ||
| touch-controls.ts | ||
| tutorial.ts | ||
| ui-inputs.ts | ||
| utils.test.ts | ||
| utils.ts | ||
| vite.env.d.ts | ||