mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 11:29:28 +02:00
* [Dev] test:silent now passes --silent='passed-only' to Vitest (#6131) * [Dev] test:silent now passes --silent='passed-only' to Vitest * Update test shard to actually use `test-silent` * Removed obselete `project` flag * [Bug] Unblock priority spread under Psychic Terrain (#6136) Unblock priority spread under Psychic Terrain Co-authored-by: Acelynn Zhang <acelynnzhang@Acelynns-MacBook-Pro.local> * [Dev] Remove `sanitizeOverrides`, consolidate initialization code into 1 file https://github.com/pagefaultgames/pokerogue/pull/6134 * Removed `sanitizeOverrides` * Moved initialization code to its own file * Hopefully fixed test contamination * Actually listened to people now * fixed the thingy * Run stub setup on init because * Update testFileInitialization.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Misc] Sinistea and Poltchageist line alt forms now available (#4989) * Sinistea and Poltchageist line alt forms now available * Unmark Poltchageist line as unobtainable, fix sprite key of alt forms * Correct forms not being marked as starter selectable * Reduce wild chance for Antique/Masterpiece forms Instead of being 1/2 chance to get the Antique or Masterpiece forms, it is now only a 1/16 chance to get them. --------- Co-authored-by: damocleas <damocleas25@gmail.com> * [Bug] Fix when variable move power is called (#6126) * Apply variable power attribute before type boost * Update test/abilities/normal-move-type-change.test.ts Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Minor test improvements --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [UI/UX] [Bug] Fix `ModifierSelectPhase` animation delay (#6121) * Rework promise handling to ensure no races * Add delay to ensure pokeball opening animation can be seen * Remove leftover debug statements. Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Add tween bouncing pokeball to tweens that must complete for promise to resolve * Fix typo in tsdoc Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Test] `MoveHelper#changeMoveset` disables moveset overrides (#5915) Also fix Assist tests and add `expect` for max moveset length * [Refactor] Minor cleanup of `initExpKeys` (#6127) * [Bug] Fix Thrash continuing on caught Pokemon (#6144) Fix Thrash continuing on caught Pokemon * [UI/UX] Replace 'Neutral' in the Arena Flyout with 'Field' (#6139) Update arena-flyout.ts for Field > Neutral * [Dev] Added typedoc deployments for Beta (#6147) * [Misc] Fix import in decrypt-save.js (#6149) * [Refactor][Bug] Illusion no longer overwrites data of original Pokemon https://github.com/pagefaultgames/pokerogue/pull/6140 * [UI/UX] Added "Hide Username" Setting (#6105) * [UI/UX] Added "Hide Username" Setting * Mask tid with asterisk instead of hiding completely --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> * [Dev] Add `dist/` to `ls-lint` ignore list * [i18n] Update Locales * [Beta] [Bug] Fix shiny display issues (#6154) Fix shininess check * [Bug][Beta] Make bounce delay use fixed int (#6156) Make bounce delay use fixed int * [Refactor] Refactor UI text ts (#5946) * Add destroy method to pokemon-sprite-sparkle-handler * Move TextStyle to enums, convert into const object * Cleanup text.ts file * Add necessary explicit types for TextStyle let vars * Fix locales submodule commit * Fix merge issue --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Test] Added custom equality matchers (#6157) * Added rudimentary test matchers for `toEqualArrayUnsorted` and `toHaveTypes` Might port the rest at a later date * Actually run the effing setup matchers file + fixed ls lint to not be angy * added dev dep * Update .ls-lint.yml * Update .ls-lint.yml --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> * [Misc] Fix import in `vitest.d.ts` * [Dev] Turned on `checkJs` in TSConfig; fixed script type errors (#6115) * [Misc] Moved + cleaned up string manipulation functions (#6112) * Added string utility package to replace util functions * Changed string manipulation functions fully over to `change-case` * Fixed missing comma in package.json trailing commas when :( * fixed lockfile * Hopefully re-added all the string utils * fixed package json * Fixed remaining cases of regex + code dupliation * Fixed more bugs and errors * Moved around functions and hopefully fixed the regex issues * Minor renaming * Fixed incorrect casing on setting strings pascal snake case 💀 * ran biome * [Refactor] Prevent serialization of full species in pokemon summon data https://github.com/pagefaultgames/pokerogue/pull/6145 * Prevent serialization of entire species form in pokemon summon data * Apply suggestions from code review Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Apply Kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --------- Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Docs] Add `@module` modifier tag to `tsdoc.json` * [Bug] Fix camel case bug in `strings.ts` (#6161) * [Dev] Change `target` to `ES2023` in `tsconfig.json` (#6160) * breakup fight and ball commands into their own methods * Breakup run and pokemon commands * Breakup commandPhase#start Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Minor touchups * Add overload for handle command * Fix improperly named computeMoveId method * Improve `canUse` computation * Explicitly check against Moves.NONE Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Update with Bertie's comments Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Fix imports * Apply kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Improve documentation Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Balance][Challenge] Added expanded Fresh Start options (#6162) * [Dev] Add `workflow-dispatch` trigger to tests github workflow (#6152) Add `workflow-dispatch` trigger to github workflow Co-authored-by: damocleas <damocleas25@gmail.com> * [Test] Add support for custom boilerplates to `create-test.js` (#6158) * Added support for custom boilerplates to test:create script * Added support for custom boilerplates to create-test.js * Fixed syntax error * Update create-test.js Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> * Fix pluralization error in `create-test.js` --------- Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> * [Refactor] Mark nickname in pokemon as optional (#6168) Mark nickname in pokemon as optional * [Dev] Update Vite from 6.3.5 to 7.0.6 (#6163) * [ME] [Bug] Disable trades in GTS ME with only 1 valid party member https://github.com/pagefaultgames/pokerogue/pull/6167 * [Refactor] Minor refactor of battler tags (#6129) * Minor refactor battler tags * Improve documentation * Update type when loading in pokemon-data constructor for battler tags * Fix issues in tsdoc comments with Wlowscha's suggestions Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com> * Apply bertie's suggestions from code review Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Remove unnecessary as const from tagType * Remove missed `as const` * Apply kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Update src/data/battler-tags.ts Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Update src/data/battler-tags.ts Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --------- Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Docs] Adjust `@module` doc comment in `battler-tags.ts` Note that currently Typedoc is not parsing `@module` docs, but this comment adjustment would be required if and when it gets fixed * [Balance] End of turn triggers won't occur when you end a biome (#6169) * [Balance] End of turn triggers won't occur when you end a biome * Add tests * Move phase manipulation logic into `PhaseManager` * Rename "biome end" to "interlude" * Rename `TurnEndPhase#endOfBiome` to `upcomingInterlude` --------- Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com> * [Test] Add missing single battle override to `CheckInterludePhase` test * [UI/UX] Fix button and input field overlaps (#6013) * [Fix] Fix button overlap * [Fix] Fix input field overlaps * use getWidth to determine if label should be shortened --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: damocleas <damocleas25@gmail.com> * [Dev] Moved type helpers to separate directory; (#6123) * [Dev] Moved type helpers to separate directory; renamed `EnumValues` to `ObjectValues` and enforced usage * Update tsconfig.json Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Fixed import issue * Updated documentation slightly --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> * [Misc] Improve type signatures of serialized arena/battler tags (#6180) * Improve type signatures of serialized arena/battler tags * Minor adjustments to tsdocs from code review Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --------- Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Balance] Updated SF/Triage interactions for moves (#6179) * Fixed move flags * Disabled order up interactionn with sheer force * Update src/data/moves/move.ts * Removed order up test that no longer applies shouldn't have been there in the first place * [Move Bug] Fully implemented Future Sight, Doom Desire; fixed Wish Double battle oversight (#5862) * Mostly implemented Future Sight/Doom Desire * Fixed a few docs * Fixed com * Update magic_guard.test.ts * Update documentation * Update documentation on arena-tag.ts * Update arena-tag.ts docs * Update arena-tag.ts * Update turn-end-phase.ts * Update move.ts documentation * Fixed tpyo * Update move.ts documentation * Add assorted TODO test cases * Refactored FS to use a positional tag manager * Added strong typing to the manager, finished save load stufff * Fixed locales + tests * Fixed tests and documentation * sh Fixed tests for good * Fixed MEP * Reverted overrides changse * Fixed issues with merging * Fixed locales update & heal block test * Fixed wish tests * Fixed test typo * Fixed wish test flaking out due to speed ties * Fixed tests fr fr * actually fixed tests bc i'm stupid * Fixed tests for real * Remove locales update * Update arena-tag.ts Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> * Update move.ts Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> * Update arena-tag.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Applied review suggestions and added a _wee_ bit more docs * fixed wish condition * Applied kev's reviews * Minor nits * Minor formatting change in `heal-block.test.ts` --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Refactor] Added `PhaseManager.toTitleScreen` (#6114) * Added `toTitlePhase`; documented phase manager * Documented phase methods * Fixed syntax errors + updated signature * Reverted all the goodies * Fixed missing shift phase call GHAG * Reverted change * [UI/UX] Implement Discard Button (#5985) * [feature]Implemented needed parts for discard function from issue #4780: -TryDiscardFunction in battlescene; -Created a party discard mode button; -Updated Transfer button in modifier-select-ui-handler to Manage items; -Created tests for the discard function in test/ui; -Added images for the new discard and transfer buttons to loading-scene; -Created placeholder messages for discard feature in party-ui-handler; Co-authored-by: Tiago Rodrigues <tiago.n.rodrigues@tecnico.ulisboa.pt> * [Fix] Updated icon for dynamic messaging * [Fix] Corrected legacy mode icons and adjusted double-battle button location * [Fix]Adjusted button positioning and mapping after review. Mapping requires debugging. * [Fix] Fixed visible pokeball in legacy mode and key mapping * [Fix] Background fixes,manage menu is the only one affected by changes now * Implement i18n keys * [Fix] implemented most code optimizations and callbacks to the modified locales folder * [Fix] Implemented 3 suggestions * [Fix]improved/corrected test structure Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Fix] added functionality test for the discard button * [Fix] added necessary comment Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Fix] Implemented suggested changes in test/discard text prompt * [Fix] Implemented UI suggestions and removed discard text confirmation * [Fix] added missing imports * Fix imports in test file * [Fix] Implemented suggested cursor behavior and reworked test code * [Fix] Corrected failed test * [Fix] atempting to fix the test timeout issue * [Fix] Undoing latest attempt * [Fix] Implemented suggestions to fix broken tests * Reviews * [Fix] replaced icon images * [Fix] Updated jsons to match new icons and removed pokeball icon from legacy mode * Optimized new images * [Fix] Fixed referenced bug and added similar confirmation box to release * [Fix] Updated tests to handle the corfirmation box * [Fix] Added back the accidentally removed changes * [Fix]updated incorrect import path * [fix] add description for the manageItemMode function Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Update src/ui/party-ui-handler.ts Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Fix] corrected formating issue --------- Co-authored-by: Mikhail Shueb <mikhail.shueb@tecnico.ulisboa.pt> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: damocleas <damocleas25@gmail.com> Co-authored-by: Bertie690 <taylormw163@gmail.com> Co-authored-by: Adri1 <adrien.grivel@hotmail.fr> * [Bug] Fix Truant behavior (#6171) * Update locales * [i18n] Add Tagalog language support (#6170) * [Bug] [Beta] Fix serializable battler tags (#6183) Fix serializable battler tags * [Misc] [Beta] Fix serializable battler tags (#6184) Fix serializable battler tags * [Misc] Disallow using NonFunctionProperties in loadTag methods (#6185) Disallow using NonFunctionProperties in loadTag methods * [Dev] `pnpm biome` will now only display errors by default (#6187) * [Sprite] Move Clauncher, Clawitzer, Skiddo, Fomantis, Lurantis animations to consistent (#6177) * Move Clauncher, Clawitzer, Skiddo out of exp * Move Fomantis, Lurantis out of exp * [Misc] Fix missing types in battler tags and remove DragonCheerTag (#6188) * Fix missing types in battler tags * Fix issues with dragon cheer * [Misc] Set default for crit stage battler tag (#6192) Set default for crit stage * [Bug] [Beta] Remove setting currentPhase to null in clearAllPhases (#6193) Remove setting currentPhase to null in clearAllPhases * [Test] `game.move.use` overrides summon data moveset if present (#6174) * [Test] Update `game.move.use` to override summon data moveset if present * ran biome & fixed errors * [Beta] Remove non-Legend Fresh Start option, fix starting movesets https://github.com/pagefaultgames/pokerogue/pull/6196 * Remove non-Legend fresh start option, fix starting movesets * Move updateInfo call * Fix relearns counting for starter moves * Reduce array allocations and function calls * [Misc] Move asset initialization from `preload` to `launchBattle` https://github.com/pagefaultgames/pokerogue/pull/6109 * Move asset initialization into `preload` instead of `launchBattle` * Fix init problems; remove unused `waitUntil` util function * Fixed missing `clearAllPhases` call * [Balance] Adjust Cosmog / Cosmoem Evolutions, Lower Buneary Friendship requirements (#6198) * Lower Buneary Friendship Requirement and Change Cosmog method * Update biomes.ts - Cosmog/Cosmoem wild evo levels * fix ? * fixed now * Update Cosmog Evolution + Biome Levels --------- Co-authored-by: damocleas <damocleas25@gmail.com> * [Test] Port over + augment remaining test matchers from pkty (#6159) * Partially ported over pkty matchers (WIP) * Cleaned up some more matchers * Fiexd up matchers * Fixed up remaining matchers * Removed the word "matcher" from the pkty matcher functions If we want them back we can always undo this commit and convert the other custom ones * Added wip spite test * Added `toHaveUsedPP` matcher * Fixed up docs and tests * Fixed spite test * Ran biome * Apply Biome * Reverted biome breaking i18next * Update src/typings/i18next.d.ts comment * Fixed log message to not be overly verbose * Added option to check for all PP used in pp matcher + cleaned up grudge tests * Fixed up tests * Fixed tests and such * Fix various TSDocs + missing TSDoc imports * [Beta] Further Cosmog Evolution Readjustments (#6203) Update pokemon-evolutions.ts * [Dev] Move various functions out of `pokemon-species.ts` (#6155) `initSpecies` moved to its own file, other functions moved to `pokemon-utils.ts` * [Balance] Prevent MEs on X1 Waves (#6204) * [Balance] Prevent MEs on X1 Waves * Fix Bug-Type Superfan Encounter Test * Fix Unit Tests * [Balance] Update and Change Breeder Trainer Class Teams (#6200) * Update Breeder Trainer Class * Update trainer-config.ts * Update trainer-config.ts * Update whirlwind.test.ts * Update src/data/trainers/trainer-config.ts Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com> * Adjust Party Templates and move Wynaut * Update trainer-party-template.ts --------- Co-authored-by: damocleas <damocleas25@gmail.com> Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com> --------- Co-authored-by: Acelynn Zhang <102631387+acelynnzhang@users.noreply.github.com> Co-authored-by: Acelynn Zhang <acelynnzhang@Acelynns-MacBook-Pro.local> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Madmadness65 <59298170+Madmadness65@users.noreply.github.com> Co-authored-by: damocleas <damocleas25@gmail.com> Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: SmhMyHead <191356399+SmhMyHead@users.noreply.github.com> Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com> Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Co-authored-by: fabske0 <192151969+fabske0@users.noreply.github.com> Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> Co-authored-by: Tiago Rodrigues <tiago.n.rodrigues@tecnico.ulisboa.pt> Co-authored-by: Mikhail Shueb <mikhail.shueb@tecnico.ulisboa.pt> Co-authored-by: Adri1 <adrien.grivel@hotmail.fr> Co-authored-by: Blitzy <118096277+Blitz425@users.noreply.github.com> |
||
---|---|---|
.. | ||
back | ||
female | ||
3-mega_2.json | ||
3-mega_2.png | ||
3-mega_3.json | ||
3-mega_3.png | ||
6-mega-x_2.json | ||
6-mega-x_2.png | ||
6-mega-x_3.json | ||
6-mega-x_3.png | ||
6-mega-y_2.json | ||
6-mega-y_2.png | ||
6-mega-y_3.json | ||
6-mega-y_3.png | ||
9-mega_2.json | ||
9-mega_2.png | ||
9-mega_3.json | ||
9-mega_3.png | ||
80-mega.json | ||
94-mega_1.json | ||
94-mega_1.png | ||
94-mega_2.json | ||
94-mega_2.png | ||
94-mega_3.json | ||
94-mega_3.png | ||
127-mega.json | ||
130-mega.json | ||
142-mega.json | ||
150-mega-x.json | ||
150-mega-y.json | ||
181-mega_3.json | ||
181-mega_3.png | ||
181-mega.json | ||
212-mega_2.png | ||
212-mega_3.json | ||
212-mega_3.png | ||
212-mega.json | ||
229-mega.json | ||
248-mega.json | ||
257-mega.json | ||
282-mega_2.json | ||
282-mega_2.png | ||
282-mega_3.json | ||
282-mega_3.png | ||
302-mega.json | ||
303-mega.json | ||
306-mega.json | ||
308-mega.json | ||
310-mega.json | ||
334-mega_2.json | ||
334-mega_2.png | ||
334-mega.json | ||
354-mega.json | ||
359-mega.json | ||
362-mega.json | ||
373-mega.json | ||
376-mega.json | ||
380-mega.json | ||
381-mega.json | ||
382-primal.json | ||
383-primal.json | ||
384-mega_2.json | ||
384-mega_2.png | ||
384-mega.json | ||
428-mega.json | ||
445-mega.json | ||
448-mega.json | ||
475-mega_2.json | ||
475-mega_2.png | ||
475-mega_3.json | ||
475-mega_3.png | ||
531-mega.json | ||
653.json | ||
654.json | ||
655.json | ||
656.json | ||
657.json | ||
658-ash.json | ||
658.json | ||
664.json | ||
665.json | ||
666-archipelago.json | ||
666-continental.json | ||
666-elegant.json | ||
666-fancy.json | ||
666-garden.json | ||
666-high-plains.json | ||
666-icy-snow.json | ||
666-jungle.json | ||
666-marine.json | ||
666-meadow.json | ||
666-modern.json | ||
666-monsoon.json | ||
666-ocean.json | ||
666-poke-ball.json | ||
666-polar.json | ||
666-river.json | ||
666-sandstorm.json | ||
666-savanna.json | ||
666-sun.json | ||
666-tundra.json | ||
669-blue.json | ||
669-orange_2.json | ||
669-orange_2.png | ||
669-orange_3.json | ||
669-orange_3.png | ||
669-red_2.json | ||
669-red_2.png | ||
669-red_3.json | ||
669-red_3.png | ||
669-white.json | ||
669-yellow.json | ||
670-blue.json | ||
670-orange.json | ||
670-red.json | ||
670-white.json | ||
670-yellow.json | ||
671-blue_3.json | ||
671-blue_3.png | ||
671-blue.json | ||
671-orange_3.json | ||
671-orange_3.png | ||
671-orange.json | ||
671-red_3.json | ||
671-red_3.png | ||
671-red.json | ||
671-white_3.json | ||
671-white_3.png | ||
671-white.json | ||
671-yellow.json | ||
673.json | ||
676.json | ||
677.json | ||
678-female.json | ||
678.json | ||
682.json | ||
683.json | ||
684.json | ||
685.json | ||
688.json | ||
689.json | ||
690.json | ||
691.json | ||
696_2.json | ||
696_2.png | ||
696_3.json | ||
696_3.png | ||
696.json | ||
697_3.json | ||
697_3.png | ||
697.json | ||
699.json | ||
700.json | ||
702.json | ||
704.json | ||
705.json | ||
706.json | ||
709.json | ||
710.json | ||
711.json | ||
712.json | ||
713.json | ||
715_2.json | ||
715_2.png | ||
715.json | ||
716-active.json | ||
716-neutral.json | ||
717_2.json | ||
717_2.png | ||
717_3.json | ||
717_3.png | ||
720-unbound.json | ||
720.json | ||
728.json | ||
729.json | ||
730.json | ||
734.json | ||
735.json | ||
742_2.json | ||
742_2.png | ||
742_3.json | ||
742_3.png | ||
743_2.json | ||
743_2.png | ||
743_3.json | ||
743_3.png | ||
746-school.json | ||
746.json | ||
747_2.json | ||
747_2.png | ||
747_3.json | ||
747_3.png | ||
747.json | ||
748.json | ||
751.json | ||
752.json | ||
755.json | ||
756.json | ||
761.json | ||
762.json | ||
763.json | ||
767.json | ||
768.json | ||
771_2.json | ||
771_2.png | ||
771_3.json | ||
771_3.png | ||
771.json | ||
772.json | ||
773-bug.json | ||
773-dark.json | ||
773-dragon.json | ||
773-electric.json | ||
773-fairy.json | ||
773-fighting.json | ||
773-fire.json | ||
773-flying.json | ||
773-ghost.json | ||
773-grass.json | ||
773-ground.json | ||
773-ice.json | ||
773-poison.json | ||
773-psychic.json | ||
773-rock.json | ||
773-steel.json | ||
773-water.json | ||
773.json | ||
774-blue-meteor.json | ||
774-blue.json | ||
774-green-meteor.json | ||
774-green.json | ||
774-indigo-meteor.json | ||
774-indigo.json | ||
774-orange-meteor.json | ||
774-orange.json | ||
774-red-meteor.json | ||
774-red.json | ||
774-violet-meteor.json | ||
774-violet.json | ||
774-yellow-meteor.json | ||
774-yellow.json | ||
776.json | ||
777.json | ||
778-busted.json | ||
778-disguised.json | ||
779.json | ||
780.json | ||
789.json | ||
790.json | ||
791_1.json | ||
791_1.png | ||
791.json | ||
792.json | ||
793_2.json | ||
793_2.png | ||
793_3.json | ||
793_3.png | ||
797.json | ||
798.json | ||
800-dawn-wings.json | ||
800-dusk-mane.json | ||
800-ultra.json | ||
800.json | ||
802.json | ||
803.json | ||
804.json | ||
807.json | ||
808.json | ||
809.json | ||
816.json | ||
817.json | ||
818.json | ||
821_2.json | ||
821_2.png | ||
821_3.json | ||
821_3.png | ||
822.json | ||
823.json | ||
829.json | ||
830.json | ||
835.json | ||
836_2.json | ||
836_2.png | ||
836_3.json | ||
836_3.png | ||
840.json | ||
841.json | ||
842.json | ||
850.json | ||
851.json | ||
854.json | ||
855.json | ||
856.json | ||
857_2.json | ||
857_2.png | ||
857_3.json | ||
857_3.png | ||
858.json | ||
859.json | ||
860.json | ||
861.json | ||
862_2.png | ||
862_3.png | ||
862.json | ||
863.json | ||
864.json | ||
867.json | ||
871.json | ||
872.json | ||
873.json | ||
876-female.json | ||
876.json | ||
877-hangry.json | ||
877.json | ||
880.json | ||
881.json | ||
882_2.json | ||
882_2.png | ||
882.json | ||
883.json | ||
884.json | ||
885.json | ||
886.json | ||
887.json | ||
888-crowned.json | ||
888.json | ||
889-crowned.json | ||
889.json | ||
890_2.json | ||
890_2.png | ||
890_3.json | ||
890_3.png | ||
890-eternamax_2.json | ||
890-eternamax_2.png | ||
890-eternamax_3.json | ||
890-eternamax_3.png | ||
890-eternamax.json | ||
890.json | ||
891.json | ||
892-rapid-strike.json | ||
892.json | ||
894.json | ||
895.json | ||
896.json | ||
897.json | ||
898-ice.json | ||
898-shadow.json | ||
898.json | ||
900.json | ||
901.json | ||
903.json | ||
909.json | ||
910_2.json | ||
910_2.png | ||
910_3.json | ||
910_3.png | ||
911_2.json | ||
911_2.png | ||
911_3.json | ||
911_3.png | ||
912_3.json | ||
912_3.png | ||
912.json | ||
913_3.json | ||
913_3.png | ||
913.json | ||
914_2.json | ||
914_2.png | ||
914.json | ||
919.json | ||
920.json | ||
924.json | ||
925-four_2.json | ||
925-four_2.png | ||
925-four_3.json | ||
925-four_3.png | ||
925-four.json | ||
925-three_2.json | ||
925-three_2.png | ||
925-three_3.json | ||
925-three_3.png | ||
925-three.json | ||
932_2.json | ||
932_2.png | ||
932_3.json | ||
932_3.png | ||
933_2.json | ||
933_2.png | ||
933_3.json | ||
933_3.png | ||
934.json | ||
940.json | ||
941.json | ||
944.json | ||
945.json | ||
948.json | ||
949.json | ||
951.json | ||
952.json | ||
953.json | ||
954.json | ||
957_1.json | ||
957_1.png | ||
957_2.json | ||
957_2.png | ||
957_3.json | ||
957_3.png | ||
958_1.json | ||
958_1.png | ||
958_2.json | ||
958_2.png | ||
958_3.json | ||
958_3.png | ||
959_1.json | ||
959_1.png | ||
959_2.json | ||
959_2.png | ||
959_3.json | ||
959_3.png | ||
962.json | ||
967.json | ||
968.json | ||
969.json | ||
970_2.json | ||
970_2.png | ||
970_3.json | ||
970_3.png | ||
970.json | ||
973.json | ||
974.json | ||
975.json | ||
978-curly_2.json | ||
978-curly_2.png | ||
978-curly_3.json | ||
978-curly_3.png | ||
978-droopy_2.json | ||
978-droopy_2.png | ||
978-droopy_3.json | ||
978-droopy_3.png | ||
978-stretchy_2.json | ||
978-stretchy_2.png | ||
978-stretchy_3.json | ||
978-stretchy_3.png | ||
979_1.json | ||
979_1.png | ||
979_2.json | ||
979_2.png | ||
979_3.json | ||
979_3.png | ||
981.json | ||
982-three-segment.json | ||
982.json | ||
987.json | ||
988_3.json | ||
988_3.png | ||
988.json | ||
993.json | ||
994_3.json | ||
994_3.png | ||
994.json | ||
995.json | ||
996.json | ||
997_2.json | ||
997_2.png | ||
997_3.json | ||
997_3.png | ||
998_2.json | ||
998_2.png | ||
998_3.json | ||
998_3.png | ||
999_1.json | ||
999_1.png | ||
999.json | ||
1000.json | ||
1001.json | ||
1003.json | ||
1004.json | ||
1006_2.json | ||
1006_2.png | ||
1006.json | ||
1007-apex-build_2.json | ||
1007-apex-build_2.png | ||
1007-apex-build_3.json | ||
1007-apex-build_3.png | ||
1008-ultimate-mode.json | ||
2026.json | ||
2027.json | ||
2028.json | ||
2037.json | ||
2038.json | ||
2052.json | ||
2053.json | ||
2103.json | ||
4052.json | ||
4077.json | ||
4078.json | ||
4079.json | ||
4080_1.json | ||
4080_1.png | ||
4080.json | ||
4144_2.json | ||
4144_2.png | ||
4144_3.json | ||
4144_3.png | ||
4144.json | ||
4145_2.json | ||
4145_2.png | ||
4145_3.json | ||
4145_3.png | ||
4145.json | ||
4146_2.json | ||
4146_2.png | ||
4146_3.json | ||
4146_3.png | ||
4146.json | ||
4199_1.json | ||
4199_1.png | ||
4199.json | ||
4222.json | ||
4263.json | ||
4264.json | ||
4562.json | ||
6100.json | ||
6101.json | ||
6215.json | ||
6503.json | ||
6549.json | ||
6570.json | ||
6571.json | ||
6705.json | ||
6706.json | ||
6713.json |