pokerogue/public/images/pokemon/variant/exp
Bertie690 e50296d14c
Merged upstream/beta into Modifier rework (#6206)
* [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>
2025-08-04 00:08:37 +02:00
..
back Merged upstream/beta into Modifier rework (#6206) 2025-08-04 00:08:37 +02:00
female [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
3-mega_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
3-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
3-mega_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
3-mega_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6-mega-x_2.json Pride Update 2024-06-14 12:42:37 -04:00
6-mega-x_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6-mega-x_3.json Pride Update 2024-06-14 12:42:37 -04:00
6-mega-x_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6-mega-y_2.json Pride Update 2024-06-14 12:42:37 -04:00
6-mega-y_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6-mega-y_3.json Pride Update 2024-06-14 12:42:37 -04:00
6-mega-y_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
9-mega_2.json [Bug] Prevent Variant Mega Blastoise Crashes (#2401) 2024-06-19 09:45:21 -04:00
9-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
9-mega_3.json [Bug] Prevent Variant Mega Blastoise Crashes (#2401) 2024-06-19 09:45:21 -04:00
9-mega_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
80-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
94-mega_1.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
94-mega_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
94-mega_2.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
94-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
94-mega_3.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
94-mega_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
127-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
130-mega.json [Sprite] Compress Mega Gyarados Palette (#2586) 2024-06-25 10:12:35 -04:00
142-mega.json Add new variant sprites 2024-05-11 00:00:39 -04:00
150-mega-x.json Update shiny variants 2024-04-26 13:33:08 -04:00
150-mega-y.json Update shiny variants 2024-04-26 13:33:08 -04:00
181-mega_3.json Variant Update 2024-05-27 13:47:15 -04:00
181-mega_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
181-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
212-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
212-mega_3.json fix conflict without rebase (#1186) 2024-05-25 21:36:09 -04:00
212-mega_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
212-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
229-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
248-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
257-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
282-mega_2.json Update variant sprites 2024-04-23 11:48:15 -04:00
282-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
282-mega_3.json Update variant sprites 2024-04-23 11:48:15 -04:00
282-mega_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
302-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
303-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
306-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
308-mega.json Add various missing variant sprites and icons 2024-05-04 23:33:45 -04:00
310-mega.json Add missed variant sprites 2024-04-26 14:13:29 -04:00
334-mega_2.json Add various new shiny variants 2024-04-20 01:27:10 -04:00
334-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
334-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
354-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
359-mega.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
362-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
373-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
376-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
380-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
381-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
382-primal.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
383-primal.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
384-mega_2.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
384-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
384-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
428-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
445-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
448-mega.json Update variant sprites 2024-04-23 11:48:15 -04:00
475-mega_2.json Update variant sprites 2024-04-23 11:48:15 -04:00
475-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
475-mega_3.json Update variant sprites 2024-04-23 11:48:15 -04:00
475-mega_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
531-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
653.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
654.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
655.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
656.json [Sprite] Batch 6 exp change last for Gen 6 (#5248) 2025-02-17 20:24:05 -06:00
657.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
658-ash.json [Sprite] Fix Issues with the 658-ash.json to display sprite correctly (#5055) 2025-01-06 16:26:00 -08:00
658.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
664.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
665.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-archipelago.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-continental.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-elegant.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-fancy.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-garden.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-high-plains.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-icy-snow.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-jungle.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-marine.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-meadow.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-modern.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-monsoon.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-ocean.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-poke-ball.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-polar.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-river.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-sandstorm.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-savanna.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-sun.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
666-tundra.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
669-blue.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
669-orange_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
669-orange_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
669-orange_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
669-orange_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
669-red_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
669-red_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
669-red_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
669-red_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
669-white.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
669-yellow.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
670-blue.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
670-orange.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
670-red.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
670-white.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
670-yellow.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
671-blue_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
671-blue_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
671-blue.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
671-orange_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
671-orange_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
671-orange.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
671-red_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
671-red_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
671-red.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
671-white_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
671-white_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
671-white.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
671-yellow.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
673.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
676.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
677.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
678-female.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
678.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
682.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
683.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
684.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
685.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
688.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
689.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
690.json Add missed variant sprites 2024-04-26 14:13:29 -04:00
691.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
696_2.json fix conflict without rebase (#1186) 2024-05-25 21:36:09 -04:00
696_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
696_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
696_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
696.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
697_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
697_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
697.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
699.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
700.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
702.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
704.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
705.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
706.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
709.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
710.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
711.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
712.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
713.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
715_2.json Variant Update 2024-05-27 13:47:15 -04:00
715_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
715.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
716-active.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
716-neutral.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
717_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
717_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
717_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
717_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
720-unbound.json Add various new shiny variants 2024-04-20 01:27:10 -04:00
720.json Add various new shiny variants 2024-04-20 01:27:10 -04:00
728.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
729.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
730.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
734.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
735.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
742_2.json Pride Update 2024-06-14 12:42:37 -04:00
742_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
742_3.json Pride Update 2024-06-14 12:42:37 -04:00
742_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
743_2.json Pride Update 2024-06-14 12:42:37 -04:00
743_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
743_3.json Pride Update 2024-06-14 12:42:37 -04:00
743_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
746-school.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
746.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
747_2.json Update variant palettes and masterlist 2024-05-19 18:39:21 -04:00
747_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
747_3.json fix conflict without rebase (#1186) 2024-05-25 21:36:09 -04:00
747_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
747.json Add various missing variant sprites and icons 2024-05-04 23:33:45 -04:00
748.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
751.json [Sprite] 2024-08-24 13:03:28 -04:00
752.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
755.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
756.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
761.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
762.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
763.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
767.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
768.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
771_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
771_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
771_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
771_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
771.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
772.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
773-bug.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-dark.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-dragon.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-electric.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-fairy.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-fighting.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-fire.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-flying.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-ghost.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-grass.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-ground.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-ice.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-poison.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-psychic.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-rock.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-steel.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773-water.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
773.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
774-blue-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-blue.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-green-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-green.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-indigo-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-indigo.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-orange-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-orange.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-red-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-red.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-violet-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-violet.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-yellow-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-yellow.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
776.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
777.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
778-busted.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
778-disguised.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
779.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
780.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
789.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
790.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
791_1.json Update variant sprites 2024-04-23 11:48:15 -04:00
791_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
791.json Update shiny variants 2024-04-26 13:33:08 -04:00
792.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
793_2.json Update shiny variants 2024-04-26 13:33:08 -04:00
793_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
793_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
793_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
797.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
798.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
800-dawn-wings.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
800-dusk-mane.json Update shiny variants 2024-04-26 13:33:08 -04:00
800-ultra.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
800.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
802.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
803.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
804.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
807.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
808.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
809.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
816.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
817.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
818.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
821_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
821_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
821_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
821_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
822.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
823.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
829.json Add missed variant sprites 2024-04-26 14:13:29 -04:00
830.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
835.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
836_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
836_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
836_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
836_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
840.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
841.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
842.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
850.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
851.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
854.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
855.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
856.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
857_2.json Add various new shiny variants 2024-04-20 01:27:10 -04:00
857_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
857_3.json Add various new shiny variants 2024-04-20 01:27:10 -04:00
857_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
858.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
859.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
860.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
861.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
862_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
862_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
862.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
863.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
864.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
867.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
871.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
872.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
873.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
876-female.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
876.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
877-hangry.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
877.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
880.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
881.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
882_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
882_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
882.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
883.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
884.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
885.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
886.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
887.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
888-crowned.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
888.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
889-crowned.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
889.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
890_2.json Update variant sprites 2024-04-23 11:48:15 -04:00
890_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
890_3.json Update variant sprites 2024-04-23 11:48:15 -04:00
890_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
890-eternamax_2.json Fix Eternatus Eternamax Variant Animations 2024-05-19 14:02:05 -04:00
890-eternamax_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
890-eternamax_3.json Fix Eternatus Eternamax Variant Animations 2024-05-19 14:02:05 -04:00
890-eternamax_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
890-eternamax.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
890.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
891.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
892-rapid-strike.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
892.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
894.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
895.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
896.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
897.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
898-ice.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
898-shadow.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
898.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
900.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
901.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
903.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
909.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
910_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
910_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
910_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
910_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
911_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
911_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
911_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
911_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
912_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
912_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
912.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
913_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
913_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
913.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
914_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
914_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
914.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
919.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
920.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
924.json Update variant sprites 2024-04-23 11:48:15 -04:00
925-four_2.json Update variant sprites 2024-04-23 11:48:15 -04:00
925-four_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
925-four_3.json Update variant sprites 2024-04-23 11:48:15 -04:00
925-four_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
925-four.json Update variant sprites 2024-04-23 11:48:15 -04:00
925-three_2.json Update variant sprites 2024-04-23 11:48:15 -04:00
925-three_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
925-three_3.json Update variant sprites 2024-04-23 11:48:15 -04:00
925-three_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
925-three.json Update variant sprites 2024-04-23 11:48:15 -04:00
932_2.json Update shiny variants 2024-04-26 13:33:08 -04:00
932_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
932_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
932_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
933_2.json Update shiny variants 2024-04-26 13:33:08 -04:00
933_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
933_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
933_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
934.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
940.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
941.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
944.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
945.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
948.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
949.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
951.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
952.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
953.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
954.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
957_1.json Variant Update 2024-05-27 13:47:15 -04:00
957_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
957_2.json Variant Update 2024-05-27 13:47:15 -04:00
957_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
957_3.json Variant Update 2024-05-27 13:47:15 -04:00
957_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
958_1.json Variant Update 2024-05-27 13:47:15 -04:00
958_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
958_2.json Variant Update 2024-05-27 13:47:15 -04:00
958_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
958_3.json Variant Update 2024-05-27 13:47:15 -04:00
958_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
959_1.json Variant Update 2024-05-27 13:47:15 -04:00
959_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
959_2.json Variant Update 2024-05-27 13:47:15 -04:00
959_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
959_3.json Variant Update 2024-05-27 13:47:15 -04:00
959_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
962.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
967.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
968.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
969.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
970_2.json Revert "Generated .json for variant sprites. (#1116)" (#1124) 2024-05-19 07:00:23 -05:00
970_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
970_3.json Revert "Generated .json for variant sprites. (#1116)" (#1124) 2024-05-19 07:00:23 -05:00
970_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
970.json [Sprite] 2024-08-24 13:03:28 -04:00
973.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
974.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
975.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
978-curly_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
978-curly_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
978-curly_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
978-curly_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
978-droopy_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
978-droopy_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
978-droopy_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
978-droopy_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
978-stretchy_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
978-stretchy_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
978-stretchy_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
978-stretchy_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
979_1.json Pride Update 2024-06-14 12:42:37 -04:00
979_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
979_2.json Pride Update 2024-06-14 12:42:37 -04:00
979_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
979_3.json Pride Update 2024-06-14 12:42:37 -04:00
979_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
981.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
982-three-segment.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
982.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
987.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
988_3.json Update variant sprites 2024-04-23 11:48:15 -04:00
988_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
988.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
993.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
994_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
994_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
994.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
995.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
996.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
997_2.json Variant Update 2024-05-27 13:47:15 -04:00
997_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
997_3.json Variant Update 2024-05-27 13:47:15 -04:00
997_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
998_2.json Variant Update 2024-05-27 13:47:15 -04:00
998_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
998_3.json Variant Update 2024-05-27 13:47:15 -04:00
998_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
999_1.json Update variant sprites 2024-04-23 11:48:15 -04:00
999_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
999.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
1000.json Update variant configs 2024-04-18 23:42:18 -04:00
1001.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
1003.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
1004.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
1006_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
1006_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
1006.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
1007-apex-build_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
1007-apex-build_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
1007-apex-build_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
1007-apex-build_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
1008-ultimate-mode.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
2026.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
2027.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
2028.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
2037.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
2038.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
2052.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
2053.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
2103.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
4052.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4077.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4078.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4079.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4080_1.json Pride Update 2024-06-14 12:42:37 -04:00
4080_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4080.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4144_2.json Variant Update 2024-05-27 13:47:15 -04:00
4144_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4144_3.json Variant Update 2024-05-27 13:47:15 -04:00
4144_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4144.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
4145_2.json Variant Update 2024-05-27 13:47:15 -04:00
4145_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4145_3.json Variant Update 2024-05-27 13:47:15 -04:00
4145_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4145.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
4146_2.json Variant Update 2024-05-27 13:47:15 -04:00
4146_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4146_3.json Variant Update 2024-05-27 13:47:15 -04:00
4146_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4146.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
4199_1.json Pride Update 2024-06-14 12:42:37 -04:00
4199_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4199.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4222.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4263.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4264.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4562.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
6100.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
6101.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
6215.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
6503.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
6549.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
6570.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
6571.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
6705.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
6706.json [Sprite] Hisui Goodra, Sliggoo, Shiftry (#4642) 2024-10-11 16:08:39 -04:00
6713.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00