pokerogue/public/images/pokemon/variant/back
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
..
female [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
1.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
2.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
3-gigantamax.json [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
3.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
4.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
5.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
6_2.json Pride Update 2024-06-14 12:42:37 -04:00
6_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6_3.json Pride Update 2024-06-14 12:42:37 -04:00
6_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6-gigantamax_3.json Pride Update 2024-06-14 12:42:37 -04:00
6-gigantamax_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6-gigantamax.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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-x.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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
6-mega-y.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
7_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
7_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
7_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
7_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
8_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
8_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
8_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
8_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
9_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
9_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
9_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
9_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
9-gigantamax_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
9-gigantamax_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
9-gigantamax.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
9-mega_2.json Add new variant sprites 2024-05-11 00:00:39 -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 Add new variant sprites 2024-05-11 00:00:39 -04:00
9-mega_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
19.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
20.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
23.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
24.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
25-beauty-cosplay.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
25-cool-cosplay.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
25-cosplay.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
25-cute-cosplay.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
25-gigantamax.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
25-partner.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
25-smart-cosplay.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
25-tough-cosplay.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
25.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
26.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
29.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
30.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
31.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
32.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
33.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
34.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
35.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
36_2.json Update variant sprites 2024-04-23 11:48:15 -04:00
36_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
36.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
37.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
38.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
39.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
40.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
41.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
42.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
43.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
44.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
45.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
46.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
47.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
50.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
51.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
52-gigantamax.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
52.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
53.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
56.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
57.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
69.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
70.json Update variant sprites 2024-04-23 11:48:15 -04:00
71.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
77.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
78.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
79.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
80-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
80.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
81.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
82.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
83_2.json Variant Update 2024-05-27 13:47:15 -04:00
83_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
83_3.json Variant Update 2024-05-27 13:47:15 -04:00
83_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
84.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
85.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
86.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
87.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
88.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
89.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
92_1.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
92_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
92_2.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
92_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
92_3.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
92_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
93.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
94-gigantamax.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
94-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
94.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
98.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
99-gigantamax.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
99.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
100.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
101.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
102.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
103.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
111.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
112.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
113.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
114.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
116.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
117.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
118.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
119.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
120.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
121.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
123.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
125_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
125_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
125.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
126_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
126_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
126.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
127-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
127.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
128.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
129.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
130-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
130.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
131-gigantamax.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
131.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
132.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
133-partner.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
133.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
134.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
135.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
136.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
137.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
138.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
139.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
140.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
141.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
142-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
142.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
143-gigantamax.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
143.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
144.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
145.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
146.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
147.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
148.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
149.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
150-mega-x.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
150-mega-y.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
150.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
151.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
152.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
153.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
154.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
158.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
159.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
160.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
161.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
162.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
163.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
164.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
167.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
168.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
169_2.png Add new shiny variants 2024-05-18 00:37:16 -05:00
169.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
170.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
171.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
172_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
172_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
172-spiky_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
172-spiky_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
172-spiky.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
172.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
173.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
174.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
175.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
176.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
177_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
177_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
177.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
178_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
178_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
178_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
178_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
179.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
180_3.json Variant Update 2024-05-27 13:47:15 -04:00
180_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
180.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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
181.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
182.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
183.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
184.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
185.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
187.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
188.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
189.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
190.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
193.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
194.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
195.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
196.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
197.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
198.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
199_1.json Pride Update 2024-06-14 12:42:37 -04:00
199_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
199.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
200_2.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
200_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
200_3.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
200_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
200.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
201-a.json Variant Update 2024-05-27 13:47:15 -04:00
201-b.json Variant Update 2024-05-27 13:47:15 -04:00
201-c.json Variant Update 2024-05-27 13:47:15 -04:00
201-d.json Variant Update 2024-05-27 13:47:15 -04:00
201-e.json Variant Update 2024-05-27 13:47:15 -04:00
201-exclamation.json Variant Update 2024-05-27 13:47:15 -04:00
201-f.json Variant Update 2024-05-27 13:47:15 -04:00
201-g.json Variant Update 2024-05-27 13:47:15 -04:00
201-h.json Variant Update 2024-05-27 13:47:15 -04:00
201-i.json Variant Update 2024-05-27 13:47:15 -04:00
201-j.json Variant Update 2024-05-27 13:47:15 -04:00
201-k.json Variant Update 2024-05-27 13:47:15 -04:00
201-l.json Variant Update 2024-05-27 13:47:15 -04:00
201-m.json Variant Update 2024-05-27 13:47:15 -04:00
201-n.json Variant Update 2024-05-27 13:47:15 -04:00
201-o.json Variant Update 2024-05-27 13:47:15 -04:00
201-p.json Variant Update 2024-05-27 13:47:15 -04:00
201-q.json Variant Update 2024-05-27 13:47:15 -04:00
201-question.json Variant Update 2024-05-27 13:47:15 -04:00
201-r.json Variant Update 2024-05-27 13:47:15 -04:00
201-s.json Variant Update 2024-05-27 13:47:15 -04:00
201-t.json Variant Update 2024-05-27 13:47:15 -04:00
201-u.json Variant Update 2024-05-27 13:47:15 -04:00
201-v.json Variant Update 2024-05-27 13:47:15 -04:00
201-w.json Variant Update 2024-05-27 13:47:15 -04:00
201-x.json Variant Update 2024-05-27 13:47:15 -04:00
201-y.json Variant Update 2024-05-27 13:47:15 -04:00
201-z.json Variant Update 2024-05-27 13:47:15 -04:00
203.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
204.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
205.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
206.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
207.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
211.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
212_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
212_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
212-mega_2.json fix conflict without rebase (#1186) 2024-05-25 21:36:09 -04:00
212-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07: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
212.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
213.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
215.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
216.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
217.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
222.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
226.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
227.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
228.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
229.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
230.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
231.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
232.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
233.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
235.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
239_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
239_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
239.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
240.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
242.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
243.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
244_2.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
244_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
244_3.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
244_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
245.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
246.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
247.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
248.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
249.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
250.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
251.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
255.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
256.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
257.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
261.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
262.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
263.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
264.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
276.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
277.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
278.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
279.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
280_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
280_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
280.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
281_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
281_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
281.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
282_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
282_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
282-mega_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
282-mega_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
282-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
282.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
285.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
286.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
290.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
291_1.json Update shiny variants 2024-04-26 13:33:08 -04:00
291_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
291_2.json Update shiny variants 2024-04-26 13:33:08 -04:00
291_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
291_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
291_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
292_1.json Update shiny variants 2024-04-26 13:33:08 -04:00
292_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
292_2.json Update shiny variants 2024-04-26 13:33:08 -04:00
292_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
292_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
292_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
298.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
299.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
300.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
301.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
302-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
302.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
303.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
304.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
305.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
306.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
307.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
308-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
308.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
309.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
310-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
310.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
311.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
312.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
313.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
314.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
315.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
320.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
321.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
325.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
326.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
327.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
328.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
329.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
330.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
331.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
332.json [Sprite] Fix Cacturne and Kyurem variants 2025-05-27 03:34:02 -07:00
333.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
334-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
334.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
335_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
335_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
335_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
335_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
336.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
337.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
338.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
339_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
339_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
339.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
340_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
340_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
340.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
341.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
342_2.json Variant Update 2024-05-27 13:47:15 -04:00
342_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
342_3.json Variant Update 2024-05-27 13:47:15 -04:00
342_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
345.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
346.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
351-rainy.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
351-snowy.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
351-sunny_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
351-sunny_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
351-sunny.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
351.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
352.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
353.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
354.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
357.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
358.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
359.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
361.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
362-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
362.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
369_2.json Pride Update 2024-06-14 12:42:37 -04:00
369_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
369_3.json Pride Update 2024-06-14 12:42:37 -04:00
369_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
370_2.json Variant Update 2024-05-27 13:47:15 -04:00
370_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
370_3.json Variant Update 2024-05-27 13:47:15 -04:00
370_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
371.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
372.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
373.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
374.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
375.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
376.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
377.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
378.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
379.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
380-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
380.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
381.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
382.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
383_2.json Update shiny variants 2024-04-26 13:33:08 -04:00
383_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
383_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
383-primal.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
383.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
384-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
384.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
385.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
387_2.json Pride Update 2024-06-14 12:42:37 -04:00
387_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
387.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
388.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
389.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
390.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
391.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
392.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
393.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
394.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
395.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
396.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
397.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
398.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
399_2.json Update variant sprites 2024-04-23 11:48:15 -04:00
399_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
399.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
400.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
401.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
402.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
403.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
404.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
405.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
406.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
407.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
412-plant.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
412-sandy_1.json Variant Update 2024-05-27 13:47:15 -04:00
412-sandy_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
412-sandy_2.json Variant Update 2024-05-27 13:47:15 -04:00
412-sandy_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
412-sandy_3.json Variant Update 2024-05-27 13:47:15 -04:00
412-sandy_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
412-trash.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
413-plant.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
413-sandy.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
413-trash.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
414.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
417.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
418.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
419.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
420.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
421-overcast.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
421-sunshine.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
422-east.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
422-west.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
423-east.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
423-west.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
424.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
425.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
426.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
427.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
428.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
429.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
430.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
433.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
436.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
437.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
438.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
440.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
441_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
441_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
441.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
442.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
443.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
444.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
445.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
446.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
447.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
448-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
448.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
453.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
454.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
455.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
456.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
457_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
457_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
457.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
458_2.json Update shiny variants 2024-04-26 13:33:08 -04:00
458_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
458_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
458_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
461.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
462.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
464.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
465.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
466_1.json Add new variant sprites 2024-05-11 00:00:39 -04:00
466_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
466.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
467.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
468.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
469_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
469_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
469.json [Sprite] 2024-08-24 13:03:28 -04:00
470_1.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
470_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
470_2.json Add tiered shiny variants 2024-04-18 22:52:26 -04:00
470_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
470.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
471.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
472_3.json Variant Update 2024-05-27 13:47:15 -04:00
472_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
472.json [Sprite] 2024-08-24 13:03:28 -04:00
474.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
475_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
475_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07: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
475.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
476.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
478_2.json Variant Update 2024-05-27 13:47:15 -04:00
478_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
478.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
479-fan.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
479-frost.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
479-heat.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
479-mow.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
479-wash.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
479.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
480.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
481.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
482.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
485.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
486.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
487-altered.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
487-origin.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
488.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
489.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
490.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
491.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
492-land.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
492-sky.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
494.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
495.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
496.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
497.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
498.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
499.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
500.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
501.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
502.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
503.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
511.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
512.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
513.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
514.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
515.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
516.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
517.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
518.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
522.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
523.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
524.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
525.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
526.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
527.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
528.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
529_2.json Variant Update 2024-05-27 13:47:15 -04:00
529_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
529_3.json Variant Update 2024-05-27 13:47:15 -04:00
529_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
530_3.json Variant Update 2024-05-27 13:47:15 -04:00
530_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
530.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
531-mega.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
531.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
532.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
533.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
534.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
535.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
536.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
537.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
538.json Variant Update 2024-05-27 13:47:15 -04:00
539_2.json Update variant sprites 2024-04-23 11:48:15 -04:00
539_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
539_3.json Update variant sprites 2024-04-23 11:48:15 -04:00
539_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
540.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
541.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
542.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
543.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
544.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
545.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
546.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
547.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
548.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
549.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
551.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
552.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
553.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
554.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
555-zen.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
555.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
556.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
559.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
560.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
562.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
563.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
566.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
567.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
568.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
569-gigantamax.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
569.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
570.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
571.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
572.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
573.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
577.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
578.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
579.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
585-autumn_1.json Update variant sprites 2024-04-23 11:48:15 -04:00
585-autumn_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
585-spring_1.json Update variant sprites 2024-04-23 11:48:15 -04:00
585-spring_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
585-summer.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
585-winter_1.json Update variant sprites 2024-04-23 11:48:15 -04:00
585-winter_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
586-autumn.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
586-spring.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
586-summer.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
586-winter.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
587.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
588.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
589.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
590.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
591.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
592_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
592_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
592.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
593.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
594_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
594_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
594.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
595.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
596.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
597.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
598.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
602.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
603.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
604.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
605.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
606.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
607.json Update variant sprites 2024-04-23 11:48:15 -04:00
608.json Update variant sprites 2024-04-23 11:48:15 -04:00
609.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
610.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
611.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
612.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
616.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
617.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
618.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
619.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
620.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
621.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
622.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
623.json Beta Merge 27/07 (#3141) 2024-07-28 00:47:00 +01:00
626.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
631_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
631_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
631_3.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
631_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
632.json Add new variant sprites 2024-05-11 00:00:39 -04:00
633.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
634.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
635.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
636.json Update shiny variants 2024-04-26 13:33:08 -04:00
637.json Update shiny variants 2024-04-26 13:33:08 -04:00
640.json Variant Update 2024-05-27 13:47:15 -04:00
643.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
644.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
646-black.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
646-white.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
646.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
647-ordinary.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
647-resolute.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
648-aria.json Update variant sprites 2024-04-23 11:48:15 -04:00
648-pirouette.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
649-burn.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
649-chill.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
649-douse.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
649-shock.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
649.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] Froakie static scuff (#5434) 2025-02-27 19:05:37 +00:00
657.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
658-ash.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01: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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
669-red.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
671-orange.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
671-red.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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
672.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-dandy.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
676-debutante.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
676-diamond.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
676-heart.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
676-kabuki.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
676-la-reine.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
676-matron.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
676-pharaoh.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
676-star.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01: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 [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
691.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
692.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
693.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04: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
698.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
703.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
708.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
714.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_3.json Variant Update 2024-05-27 13:47:15 -04:00
715_3.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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
720-unbound.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
720.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
748.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
751.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
752.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
753.json Merged upstream/beta into Modifier rework (#6206) 2025-08-04 00:08:37 +02:00
754.json Merged upstream/beta into Modifier rework (#6206) 2025-08-04 00:08:37 +02: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.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
782.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
783.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
784.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-radiant-sun.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
791.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
792-full-moon.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
792.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
793.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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 [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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-gigantamax.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-gigantamax.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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
822.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
823-gigantamax_2.json Add new variant sprites 2024-05-11 00:00:39 -04:00
823-gigantamax_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
823-gigantamax_3.json Add new variant sprites 2024-05-11 00:00:39 -04:00
823-gigantamax_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
823.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
829.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
840.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
841-gigantamax.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-gigantamax.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-gigantamax.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-gigantamax.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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-gigantamax.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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
883.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
884-gigantamax.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-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-gigantamax-rapid_2.json Variant Update 2024-05-27 13:47:15 -04:00
892-gigantamax-rapid_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
892-gigantamax-rapid_3.json Variant Update 2024-05-27 13:47:15 -04:00
892-gigantamax-rapid_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
892-gigantamax-rapid.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
892-gigantamax-single_2.json Variant Update 2024-05-27 13:47:15 -04:00
892-gigantamax-single_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
892-gigantamax-single_3.json Variant Update 2024-05-27 13:47:15 -04:00
892-gigantamax-single_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
892-gigantamax-single.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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
912.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
913.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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 [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
925-four.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
925-three.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
932.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
933.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
934.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
935_1.json Update shiny variants 2024-04-26 13:33:08 -04:00
935_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
935_2.json Update shiny variants 2024-04-26 13:33:08 -04:00
935_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
935_3.json Update shiny variants 2024-04-26 13:33:08 -04:00
935_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
936_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
936_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
936_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
936.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
937_1.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
937_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
937_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
937.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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
958.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
959.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
970.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
979.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
981.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
982_3.json Variant Update 2024-05-27 13:47:15 -04:00
982_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
982-three-segment_3.json Variant Update 2024-05-27 13:47:15 -04:00
982-three-segment_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07: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.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.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.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
998.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
999.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
1000.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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
1010.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
1011.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
1012-counterfeit.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
1013-unremarkable.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
1018.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00
1019.json [Sprite] Variant Spring Implementation (#5483) 2025-05-01 20:12:57 -04:00
1022_2.json Variant Update 2024-05-27 13:47:15 -04:00
1022_2.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
1022_3.json Variant Update 2024-05-27 13:47:15 -04:00
1022_3.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
1023.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
2670.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00: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
8901.json [Sprite][Color][QoL] Removed unchanged entries in variant json (#5765) 2025-05-22 03:25:07 +00:00