mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-10-23 13:35:53 +02: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> |
||
---|---|---|
.. | ||
add-enemy-buff-modifier-phase.ts | ||
attempt-capture-phase.ts | ||
attempt-run-phase.ts | ||
battle-end-phase.ts | ||
battle-phase.ts | ||
berry-phase.ts | ||
check-switch-phase.ts | ||
command-phase.ts | ||
common-anim-phase.ts | ||
damage-phase.ts | ||
egg-hatch-phase.ts | ||
egg-lapse-phase.ts | ||
egg-summary-phase.ts | ||
encounter-phase.ts | ||
end-card-phase.ts | ||
end-evolution-phase.ts | ||
enemy-command-phase.ts | ||
enemy-party-member-pokemon-phase.ts | ||
evolution-phase.ts | ||
exp-phase.ts | ||
faint-phase.ts | ||
field-phase.ts | ||
form-change-phase.ts | ||
game-over-modifier-reward-phase.ts | ||
game-over-phase.ts | ||
hide-party-exp-bar-phase.ts | ||
learn-move-phase.ts | ||
level-cap-phase.ts | ||
level-up-phase.ts | ||
login-phase.ts | ||
message-phase.ts | ||
modifier-reward-phase.ts | ||
money-reward-phase.ts | ||
move-anim-test-phase.ts | ||
move-effect-phase.ts | ||
move-end-phase.ts | ||
move-header-phase.ts | ||
move-phase.ts | ||
new-battle-phase.ts | ||
new-biome-encounter-phase.ts | ||
next-encounter-phase.ts | ||
obtain-status-effect-phase.ts | ||
outdated-phase.ts | ||
party-heal-phase.ts | ||
party-member-pokemon-phase.ts | ||
party-status-cure-phase.ts | ||
player-party-member-pokemon-phase.ts | ||
pokemon-anim-phase.ts | ||
pokemon-heal-phase.ts | ||
pokemon-phase.ts | ||
post-game-over-phase.ts | ||
post-summon-phase.ts | ||
post-turn-status-effect-phase.ts | ||
quiet-form-change-phase.ts | ||
reload-session-phase.ts | ||
return-phase.ts | ||
ribbon-modifier-reward-phase.ts | ||
scan-ivs-phase.ts | ||
select-biome-phase.ts | ||
select-challenge-phase.ts | ||
select-gender-phase.ts | ||
select-modifier-phase.ts | ||
select-starter-phase.ts | ||
select-target-phase.ts | ||
shiny-sparkle-phase.ts | ||
show-ability-phase.ts | ||
show-party-exp-bar-phase.ts | ||
show-trainer-phase.ts | ||
stat-stage-change-phase.ts | ||
summon-missing-phase.ts | ||
summon-phase.ts | ||
switch-biome-phase.ts | ||
switch-phase.ts | ||
switch-summon-phase.ts | ||
test-message-phase.ts | ||
title-phase.ts | ||
toggle-double-position-phase.ts | ||
trainer-message-test-phase.ts | ||
trainer-victory-phase.ts | ||
turn-end-phase.ts | ||
turn-init-phase.ts | ||
turn-start-phase.ts | ||
unavailable-phase.ts | ||
unlock-phase.ts | ||
victory-phase.ts | ||
weather-effect-phase.ts |