mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-10-17 18:47:17 +02:00
* Move game-mode to its own file Reduces circular imports to 325 * Move battler-index to own file Reduces circular deps to 314 * Move trainer-variant to own file Reduces circ deps to 313 * Move enums in pokemon to their own file * Move arena-tag-type to its own file * Move pokemon-moves to its own file * Move command to own file * Move learnMoveType to own file * Move form change item to own file * Move battlerTagLapseType to own file * Move anim enums to own shared file * Move enums out of challenges * Move species form change triggers to own file Reduces circ imports to 291 * Update test importing pokemon move * Replace move attribute imports with string names * Untangle circular deps from game data * Fix missing string call in switch summon phase * Apply kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Ensure ChargeMove's is method calls super * Use InstanceType for proper narrowing * Apply kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> |
||
---|---|---|
.. | ||
a-trainers-test-encounter.test.ts | ||
absolute-avarice-encounter.test.ts | ||
an-offer-you-cant-refuse-encounter.test.ts | ||
berries-abound-encounter.test.ts | ||
bug-type-superfan-encounter.test.ts | ||
clowning-around-encounter.test.ts | ||
dancing-lessons-encounter.test.ts | ||
delibirdy-encounter.test.ts | ||
department-store-sale-encounter.test.ts | ||
field-trip-encounter.test.ts | ||
fiery-fallout-encounter.test.ts | ||
fight-or-flight-encounter.test.ts | ||
fun-and-games-encounter.test.ts | ||
global-trade-system-encounter.test.ts | ||
lost-at-sea-encounter.test.ts | ||
mysterious-challengers-encounter.test.ts | ||
part-timer-encounter.test.ts | ||
safari-zone.test.ts | ||
teleporting-hijinks-encounter.test.ts | ||
the-expert-breeder-encounter.test.ts | ||
the-pokemon-salesman-encounter.test.ts | ||
the-strong-stuff-encounter.test.ts | ||
the-winstrate-challenge-encounter.test.ts | ||
trash-to-treasure-encounter.test.ts | ||
uncommon-breed-encounter.test.ts | ||
weird-dream-encounter.test.ts |