pokerogue/public/images/pokemon/exp
Bertie690 e50296d14c
Merged upstream/beta into Modifier rework (#6206)
* [Dev] test:silent now passes --silent='passed-only' to Vitest (#6131)

* [Dev] test:silent now passes --silent='passed-only' to Vitest

* Update test shard to actually use `test-silent`

* Removed obselete `project` flag

* [Bug] Unblock priority spread under Psychic Terrain (#6136)

Unblock priority spread under Psychic Terrain

Co-authored-by: Acelynn Zhang <acelynnzhang@Acelynns-MacBook-Pro.local>

* [Dev] Remove `sanitizeOverrides`, consolidate initialization code into 1 file

https://github.com/pagefaultgames/pokerogue/pull/6134

* Removed `sanitizeOverrides`

* Moved initialization code to its own file

* Hopefully fixed test contamination

* Actually listened to people now

* fixed the thingy

* Run stub setup on init because

* Update testFileInitialization.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Misc] Sinistea and Poltchageist line alt forms now available (#4989)

* Sinistea and Poltchageist line alt forms now available

* Unmark Poltchageist line as unobtainable, fix sprite key of alt forms

* Correct forms not being marked as starter selectable

* Reduce wild chance for Antique/Masterpiece forms

Instead of being 1/2 chance to get the Antique or Masterpiece forms, it is now only a 1/16 chance to get them.

---------

Co-authored-by: damocleas <damocleas25@gmail.com>

* [Bug] Fix when variable move power is called (#6126)

* Apply variable power attribute before type boost

* Update test/abilities/normal-move-type-change.test.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Minor test improvements

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [UI/UX] [Bug] Fix `ModifierSelectPhase` animation delay (#6121)

* Rework promise handling to ensure no races

* Add delay to ensure pokeball opening animation can be seen

* Remove leftover debug statements.

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Add tween bouncing pokeball to tweens that must complete for promise to resolve

* Fix typo in tsdoc

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Test] `MoveHelper#changeMoveset` disables moveset overrides (#5915)

Also fix Assist tests and add `expect` for max moveset length

* [Refactor] Minor cleanup of `initExpKeys` (#6127)

* [Bug] Fix Thrash continuing on caught Pokemon (#6144)

Fix Thrash continuing on caught Pokemon

* [UI/UX] Replace 'Neutral' in the Arena Flyout with 'Field' (#6139)

Update arena-flyout.ts for Field > Neutral

* [Dev] Added typedoc deployments for Beta (#6147)

* [Misc] Fix import in decrypt-save.js (#6149)

* [Refactor][Bug] Illusion no longer overwrites data of original Pokemon

https://github.com/pagefaultgames/pokerogue/pull/6140

* [UI/UX] Added "Hide Username" Setting (#6105)

* [UI/UX] Added "Hide Username" Setting

* Mask tid with asterisk instead of hiding completely

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>

* [Dev] Add `dist/` to `ls-lint` ignore list

* [i18n] Update Locales

* [Beta] [Bug] Fix shiny display issues (#6154)

Fix shininess check

* [Bug][Beta] Make bounce delay use fixed int (#6156)

Make bounce delay use fixed int

* [Refactor] Refactor UI text ts (#5946)

* Add destroy method to pokemon-sprite-sparkle-handler

* Move TextStyle to enums, convert into const object

* Cleanup text.ts file

* Add necessary explicit types for TextStyle let vars

* Fix locales submodule commit

* Fix merge issue

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Test] Added custom equality matchers (#6157)

* Added rudimentary test matchers for `toEqualArrayUnsorted` and `toHaveTypes`

Might port the rest at a later date

* Actually run the effing setup matchers file + fixed ls lint to not be angy

* added dev dep

* Update .ls-lint.yml

* Update .ls-lint.yml

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>

* [Misc] Fix import in `vitest.d.ts`

* [Dev] Turned on `checkJs` in TSConfig; fixed script type errors (#6115)

* [Misc] Moved + cleaned up string manipulation functions (#6112)

* Added string utility package to replace util functions

* Changed string manipulation functions fully over to `change-case`

* Fixed missing comma in package.json

trailing commas when :(

* fixed lockfile

* Hopefully re-added all the string utils

* fixed package json

* Fixed remaining cases of regex + code dupliation

* Fixed more bugs and errors

* Moved around functions and hopefully fixed the regex issues

* Minor renaming

* Fixed incorrect casing on setting strings

pascal snake case 💀

* ran biome

* [Refactor] Prevent serialization of full species in pokemon summon data

https://github.com/pagefaultgames/pokerogue/pull/6145

* Prevent serialization of entire species form in pokemon summon data

* Apply suggestions from code review

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Apply Kev's suggestions from code review

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

---------

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Docs] Add `@module` modifier tag to `tsdoc.json`

* [Bug] Fix camel case bug in `strings.ts` (#6161)

* [Dev] Change `target` to `ES2023` in `tsconfig.json` (#6160)

* breakup fight and ball commands into their own methods

* Breakup run and pokemon commands

* Breakup commandPhase#start

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Minor touchups

* Add overload for handle command

* Fix improperly named computeMoveId method

* Improve `canUse` computation

* Explicitly check against Moves.NONE

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Update with Bertie's comments

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Fix imports

* Apply kev's suggestions from code review

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Improve documentation

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Balance][Challenge] Added expanded Fresh Start options (#6162)

* [Dev] Add `workflow-dispatch` trigger to tests github workflow (#6152)

Add `workflow-dispatch` trigger to github workflow

Co-authored-by: damocleas <damocleas25@gmail.com>

* [Test] Add support for custom boilerplates to `create-test.js` (#6158)

* Added support for custom boilerplates to test:create script

* Added support for custom boilerplates to create-test.js

* Fixed syntax error

* Update create-test.js

Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>

* Fix pluralization error in `create-test.js`

---------

Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>

* [Refactor] Mark nickname in pokemon as optional (#6168)

Mark nickname in pokemon as optional

* [Dev] Update Vite from 6.3.5 to 7.0.6 (#6163)

* [ME] [Bug] Disable trades in GTS ME with only 1 valid party member

https://github.com/pagefaultgames/pokerogue/pull/6167

* [Refactor] Minor refactor of battler tags (#6129)

* Minor refactor battler tags

* Improve documentation

* Update type when loading in pokemon-data constructor for battler tags

* Fix issues in tsdoc comments with Wlowscha's suggestions

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>

* Apply bertie's suggestions from code review

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Remove unnecessary as const from tagType

* Remove missed `as const`

* Apply kev's suggestions from code review

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Update src/data/battler-tags.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Update src/data/battler-tags.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

---------

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Docs] Adjust `@module` doc comment in `battler-tags.ts`

Note that currently Typedoc is not parsing `@module` docs,
but this comment adjustment would be required if and when
it gets fixed

* [Balance] End of turn triggers won't occur when you end a biome (#6169)

* [Balance] End of turn triggers won't occur when you end a biome

* Add tests

* Move phase manipulation logic into `PhaseManager`

* Rename "biome end" to "interlude"

* Rename `TurnEndPhase#endOfBiome` to `upcomingInterlude`

---------

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>

* [Test] Add missing single battle override to `CheckInterludePhase` test

* [UI/UX] Fix button and input field overlaps (#6013)

* [Fix] Fix button overlap

* [Fix] Fix input field overlaps

* use getWidth to determine if label should be shortened

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: damocleas <damocleas25@gmail.com>

* [Dev] Moved type helpers to separate directory; (#6123)

* [Dev] Moved type helpers to separate directory; renamed `EnumValues` to `ObjectValues` and enforced usage

* Update tsconfig.json

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Fixed import issue

* Updated documentation slightly

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>

* [Misc] Improve type signatures of serialized arena/battler tags (#6180)

* Improve type signatures of serialized arena/battler tags

* Minor adjustments to tsdocs from code review

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

---------

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Balance] Updated SF/Triage interactions for moves (#6179)

* Fixed move flags

* Disabled order up interactionn with sheer force

* Update src/data/moves/move.ts

* Removed order up test that no longer applies

shouldn't have been there in the first place

* [Move Bug] Fully implemented Future Sight, Doom Desire; fixed Wish Double battle oversight  (#5862)

* Mostly implemented Future Sight/Doom Desire

* Fixed a few docs

* Fixed com

* Update magic_guard.test.ts

* Update documentation

* Update documentation on arena-tag.ts

* Update arena-tag.ts docs

* Update arena-tag.ts

* Update turn-end-phase.ts

* Update move.ts documentation

* Fixed tpyo

* Update move.ts documentation

* Add assorted TODO test cases

* Refactored FS to use a positional tag manager

* Added strong typing to the manager, finished save load stufff

* Fixed locales + tests

* Fixed tests and documentation

* sh
Fixed tests for good

* Fixed MEP

* Reverted overrides changse

* Fixed issues with merging

* Fixed locales update & heal block test

* Fixed wish tests

* Fixed test typo

* Fixed wish test flaking out due to speed ties

* Fixed tests fr fr

* actually fixed tests bc i'm stupid

* Fixed tests for real

* Remove locales update

* Update arena-tag.ts

Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>

* Update move.ts

Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>

* Update arena-tag.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Applied review suggestions and added a _wee_ bit more docs

* fixed wish condition

* Applied kev's reviews

* Minor nits

* Minor formatting change in `heal-block.test.ts`

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Refactor] Added `PhaseManager.toTitleScreen` (#6114)

* Added `toTitlePhase`; documented phase manager

* Documented phase methods

* Fixed syntax errors + updated signature

* Reverted all the goodies

* Fixed missing shift phase call

GHAG

* Reverted change

* [UI/UX] Implement Discard Button (#5985)

* [feature]Implemented needed parts for discard function from issue #4780:
-TryDiscardFunction in battlescene;
-Created a party discard mode button;
-Updated Transfer button in modifier-select-ui-handler to Manage items;
-Created tests for the discard function in test/ui;
-Added images for the new discard and transfer buttons to loading-scene;
-Created placeholder messages for discard feature in party-ui-handler;

Co-authored-by: Tiago Rodrigues <tiago.n.rodrigues@tecnico.ulisboa.pt>

* [Fix] Updated icon for dynamic messaging

* [Fix] Corrected legacy mode icons and adjusted double-battle button location

* [Fix]Adjusted button positioning and mapping after review. Mapping requires debugging.

* [Fix] Fixed visible pokeball in legacy mode and key mapping

* [Fix] Background fixes,manage menu is the only one affected by changes now

* Implement i18n keys

* [Fix] implemented most code optimizations and callbacks to the modified locales folder

* [Fix] Implemented 3 suggestions

* [Fix]improved/corrected test structure

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Fix] added functionality test for the discard button

* [Fix] added necessary comment

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Fix] Implemented suggested changes in test/discard text prompt

* [Fix] Implemented UI suggestions and removed discard text confirmation

* [Fix] added missing imports

* Fix imports in test file

* [Fix] Implemented suggested cursor behavior and reworked test code

* [Fix] Corrected failed test

* [Fix] atempting to fix the test timeout issue

* [Fix] Undoing latest attempt

* [Fix] Implemented suggestions to fix broken tests

* Reviews

* [Fix] replaced icon images

* [Fix] Updated jsons to match new icons and removed pokeball icon from legacy mode

* Optimized new images

* [Fix] Fixed referenced bug and added similar confirmation box to release

* [Fix] Updated tests to handle the corfirmation box

* [Fix] Added back the accidentally removed changes

* [Fix]updated incorrect import path

* [fix] add description for the manageItemMode function

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Update src/ui/party-ui-handler.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Fix] corrected formating issue

---------

Co-authored-by: Mikhail Shueb <mikhail.shueb@tecnico.ulisboa.pt>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: damocleas <damocleas25@gmail.com>
Co-authored-by: Bertie690 <taylormw163@gmail.com>
Co-authored-by: Adri1 <adrien.grivel@hotmail.fr>

* [Bug] Fix Truant behavior (#6171)

* Update locales

* [i18n] Add Tagalog language support (#6170)

* [Bug] [Beta] Fix serializable battler tags (#6183)

Fix serializable battler tags

* [Misc] [Beta] Fix serializable battler tags (#6184)

Fix serializable battler tags

* [Misc] Disallow using NonFunctionProperties in loadTag methods (#6185)

Disallow using NonFunctionProperties in loadTag methods

* [Dev] `pnpm biome` will now only display errors by default (#6187)

* [Sprite] Move Clauncher, Clawitzer, Skiddo, Fomantis, Lurantis animations to consistent (#6177)

* Move Clauncher, Clawitzer, Skiddo out of exp

* Move Fomantis, Lurantis out of exp

* [Misc] Fix missing types in battler tags and remove DragonCheerTag (#6188)

* Fix missing types in battler tags

* Fix issues with dragon cheer

* [Misc] Set default for crit stage battler tag (#6192)

Set default for crit stage

* [Bug] [Beta] Remove setting currentPhase to null in clearAllPhases (#6193)

Remove setting currentPhase to null in clearAllPhases

* [Test] `game.move.use` overrides summon data moveset if present (#6174)

* [Test] Update `game.move.use` to override summon data moveset if present

* ran biome & fixed errors

* [Beta] Remove non-Legend Fresh Start option, fix starting movesets

https://github.com/pagefaultgames/pokerogue/pull/6196

* Remove non-Legend fresh start option, fix starting movesets

* Move updateInfo call

* Fix relearns counting for starter moves

* Reduce array allocations and function calls

* [Misc] Move asset initialization from `preload` to `launchBattle`

https://github.com/pagefaultgames/pokerogue/pull/6109

* Move asset initialization into `preload` instead of `launchBattle`

* Fix init problems; remove unused `waitUntil` util function

* Fixed missing `clearAllPhases` call

* [Balance] Adjust Cosmog / Cosmoem Evolutions, Lower Buneary Friendship requirements (#6198)

* Lower Buneary Friendship Requirement and Change Cosmog method

* Update biomes.ts - Cosmog/Cosmoem wild evo levels

* fix ?

* fixed now

* Update Cosmog Evolution + Biome Levels

---------

Co-authored-by: damocleas <damocleas25@gmail.com>

* [Test] Port over + augment remaining test matchers from pkty (#6159)

* Partially ported over pkty matchers (WIP)

* Cleaned up some more matchers

* Fiexd up matchers

* Fixed up remaining matchers

* Removed the word "matcher" from the pkty matcher functions

If we want them back we can always undo this commit and convert the other custom ones

* Added wip spite test

* Added `toHaveUsedPP` matcher

* Fixed up docs and tests

* Fixed spite test

* Ran biome

* Apply Biome

* Reverted biome breaking i18next

* Update src/typings/i18next.d.ts comment

* Fixed log message to not be overly verbose

* Added option to check for all PP used in pp matcher + cleaned up grudge tests

* Fixed up tests

* Fixed tests and such

* Fix various TSDocs + missing TSDoc imports

* [Beta] Further Cosmog Evolution Readjustments (#6203)

Update pokemon-evolutions.ts

* [Dev] Move various functions out of `pokemon-species.ts` (#6155)

`initSpecies` moved to its own file,
other functions moved to `pokemon-utils.ts`

* [Balance] Prevent MEs on X1 Waves (#6204)

* [Balance] Prevent MEs on X1 Waves

* Fix Bug-Type Superfan Encounter Test

* Fix Unit Tests

* [Balance] Update and Change Breeder Trainer Class Teams (#6200)

* Update Breeder Trainer Class

* Update trainer-config.ts

* Update trainer-config.ts

* Update whirlwind.test.ts

* Update src/data/trainers/trainer-config.ts

Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>

* Adjust Party Templates and move Wynaut

* Update trainer-party-template.ts

---------

Co-authored-by: damocleas <damocleas25@gmail.com>
Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>

---------

Co-authored-by: Acelynn Zhang <102631387+acelynnzhang@users.noreply.github.com>
Co-authored-by: Acelynn Zhang <acelynnzhang@Acelynns-MacBook-Pro.local>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Madmadness65 <59298170+Madmadness65@users.noreply.github.com>
Co-authored-by: damocleas <damocleas25@gmail.com>
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: SmhMyHead <191356399+SmhMyHead@users.noreply.github.com>
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>
Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
Co-authored-by: fabske0 <192151969+fabske0@users.noreply.github.com>
Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>
Co-authored-by: Tiago Rodrigues <tiago.n.rodrigues@tecnico.ulisboa.pt>
Co-authored-by: Mikhail Shueb <mikhail.shueb@tecnico.ulisboa.pt>
Co-authored-by: Adri1 <adrien.grivel@hotmail.fr>
Co-authored-by: Blitzy <118096277+Blitz425@users.noreply.github.com>
2025-08-04 00:08:37 +02:00
..
back Merged upstream/beta into Modifier rework (#6206) 2025-08-04 00:08:37 +02:00
female [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
shiny Merged upstream/beta into Modifier rework (#6206) 2025-08-04 00:08:37 +02:00
3-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
3-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6-mega-x.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6-mega-x.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6-mega-y.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6-mega-y.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
9-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
9-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
15-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
15-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
18-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
18-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
65-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
65-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
80-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
80-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
94-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
94-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
115-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
115-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
127-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
127-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
130-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
130-mega.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
142-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
142-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
150-mega-x.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
150-mega-x.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
150-mega-y.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
150-mega-y.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
181-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
181-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
208-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
208-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
212-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
212-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
214-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
214-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
229-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
229-mega.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
248-mega.json [Sprite]Batch 5 exp change (#5243) 2025-02-17 20:27:19 -06:00
248-mega.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
254-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
254-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
257-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
257-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
260-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
260-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
282-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
282-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
302-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
302-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
303-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
303-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
306-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
306-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
308-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
308-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
310-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
310-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
319-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
319-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
323-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
323-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
334-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
334-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
354-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
354-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
359-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
359-mega.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
362-mega.json [Sprite]Batch 5 exp change (#5243) 2025-02-17 20:27:19 -06:00
362-mega.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
373-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
373-mega.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
376-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
376-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
380-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
380-mega.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
381-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
381-mega.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
382-primal.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
382-primal.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
383-primal.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
383-primal.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
384-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
384-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
428-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
428-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
445-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
445-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
448-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
448-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
460-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
460-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
475-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
475-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
483-origin.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
483-origin.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
484-origin.json [Sprite] Gmax animation implementation + Palkia-Origin fix (#5468) 2025-03-05 14:05:59 -08:00
484-origin.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
531-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
531-mega.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
569-gigantamax.json [Sprite] Gmax animation implementation + Palkia-Origin fix (#5468) 2025-03-05 14:05:59 -08:00
569-gigantamax.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
650.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
650.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
651.json 651. 661-662. 672 exp change (#5314) 2025-02-17 19:45:28 -06:00
651.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
652.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
652.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
653.json [Sprite] Batch 6 exp change last for Gen 6 (#5248) 2025-02-17 20:24:05 -06:00
653.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
654.json [Sprite] Batch 6 exp change last for Gen 6 (#5248) 2025-02-17 20:24:05 -06:00
654.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
655.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
655.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
656.json [Sprite] Batch 6 exp change last for Gen 6 (#5248) 2025-02-17 20:24:05 -06:00
656.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
657.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
657.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
658-ash.json [Sprite] October Variant Update (#4608) 2024-10-26 18:06:07 +01:00
658-ash.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
658-battle-bond.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
658-battle-bond.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
658.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
658.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
659.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
659.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
660.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
660.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
661.json 651. 661-662. 672 exp change (#5314) 2025-02-17 19:45:28 -06:00
661.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
662.json 651. 661-662. 672 exp change (#5314) 2025-02-17 19:45:28 -06:00
662.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
663.json [Sprite] Batch 6 exp change last for Gen 6 (#5248) 2025-02-17 20:24:05 -06:00
663.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
664.json [Sprite] Batch 6 exp change last for Gen 6 (#5248) 2025-02-17 20:24:05 -06:00
664.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
665.json [Sprite] Batch 6 exp change last for Gen 6 (#5248) 2025-02-17 20:24:05 -06:00
665.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
666-archipelago.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-archipelago.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-continental.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-continental.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-elegant.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-elegant.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-fancy.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-fancy.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
666-garden.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-garden.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-high-plains.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-high-plains.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
666-icy-snow.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-icy-snow.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-jungle.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-jungle.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-marine.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-marine.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-meadow.json [Sprite] 666-Vivillion back exp change and scuff fix (#5382) 2025-02-24 10:44:41 -05:00
666-meadow.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
666-modern.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-modern.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-monsoon.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-monsoon.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-ocean.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-ocean.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-poke-ball.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-poke-ball.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
666-polar.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-polar.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-river.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-river.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
666-sandstorm.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-sandstorm.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-savanna.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-savanna.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-sun.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-sun.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
666-tundra.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
666-tundra.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
667.json [Sprite] Update Litleo/Pyroar exp sprites, enable female exp sprites (#5260) 2025-02-11 14:34:40 -08:00
667.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
668-female.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
668-female.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
668.json [Sprite] Update Litleo/Pyroar exp sprites, enable female exp sprites (#5260) 2025-02-11 14:34:40 -08:00
668.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
669-blue.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
669-blue.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
669-orange.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
669-orange.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
669-red.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
669-red.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
669-white.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
669-white.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
669-yellow.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
669-yellow.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
670-blue.json [Sprite] Floette animation fix - Xatu female variant fix (#3610) 2024-08-18 04:14:25 +01:00
670-blue.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
670-orange.json [Sprite] Floette animation fix - Xatu female variant fix (#3610) 2024-08-18 04:14:25 +01:00
670-orange.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
670-red.json [Sprite] Floette animation fix - Xatu female variant fix (#3610) 2024-08-18 04:14:25 +01:00
670-red.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
670-white.json [Sprite] Floette animation fix - Xatu female variant fix (#3610) 2024-08-18 04:14:25 +01:00
670-white.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
670-yellow.json [Sprite] Floette animation fix - Xatu female variant fix (#3610) 2024-08-18 04:14:25 +01:00
670-yellow.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
671-blue.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
671-blue.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
671-orange.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
671-orange.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
671-red.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
671-red.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
671-white.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
671-white.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
671-yellow.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
671-yellow.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
673.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
673.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
675.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
675.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
676.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
676.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
677.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
677.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
678-female.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
678-female.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
678.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
678.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
679.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
679.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
680.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
680.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
681-blade.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
681-blade.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
681.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
681.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
682.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
682.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
683.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
683.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
684.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
684.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
685.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
685.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
686.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
686.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
687.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
687.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
688.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
688.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
689.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
689.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
690.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
690.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
691.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
691.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
695.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
695.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
696.json [Sprite][Exp First batch of exp change (#5231) 2025-02-17 20:32:17 -06:00
696.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
697.json [Sprite][Exp First batch of exp change (#5231) 2025-02-17 20:32:17 -06:00
697.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
699.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
699.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
700.json [Sprite][Exp First batch of exp change (#5231) 2025-02-17 20:32:17 -06:00
700.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
701.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
701.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
702.json [Sprite][Exp First batch of exp change (#5231) 2025-02-17 20:32:17 -06:00
702.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
704.json [Sprite]-2.0-batch-4-exp-change (#5277) 2025-02-17 19:52:21 -06:00
704.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
705.json [Sprite]-2.0-batch-4-exp-change (#5277) 2025-02-17 19:52:21 -06:00
705.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
706.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
706.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
709.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
709.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
710.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
710.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
711.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
711.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
712.json [Sprite][Exp First batch of exp change (#5231) 2025-02-17 20:32:17 -06:00
712.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
713.json [Sprite][Exp First batch of exp change (#5231) 2025-02-17 20:32:17 -06:00
713.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
715.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
715.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
716-active.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
716-active.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
716-neutral.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
716-neutral.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
717.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
717.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
718-complete.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
718-complete.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
719-mega.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
719-mega.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
720-unbound.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
720-unbound.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
720.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
720.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
721.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
721.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
722.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
722.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
723.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
723.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
724.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
724.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
725.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
725.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
726.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
726.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
727.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
727.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
728.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
728.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
729.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
729.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
730.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
730.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
731.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
731.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
732.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
732.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
733.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
733.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
734.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
734.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
735.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
735.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
736.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
736.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
737.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
737.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
738.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
738.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
739.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
739.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
740.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
740.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
741-pau.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
741-pau.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
741-pompom.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
741-pompom.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
741-sensu.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
741-sensu.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
741.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
741.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
742.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
742.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
743.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
743.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
744.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
744.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
745-dusk.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
745-dusk.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
745-midnight.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
745-midnight.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
745.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
745.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
746-school.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
746-school.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
746.json [Sprite] [P3 Bug] Fix Wishiwashi's shadow appearing broken (#5815) 2025-05-21 20:38:24 +00:00
746.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
747.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
747.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
748.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
748.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
749.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
749.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
750.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
750.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
751.json [Sprite] 2024-08-24 13:03:28 -04:00
751.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
752.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
752.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
755.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
755.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
756.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
756.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
757.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
757.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
758.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
758.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
759.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
759.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
760.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
760.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
761.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
761.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
762.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
762.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
763.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
763.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
764.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
764.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
765.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
765.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
766.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
766.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
767.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
767.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
768.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
768.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
769.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
769.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
770.json Add new shiny variants 2024-05-18 00:37:16 -05:00
770.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
771.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
771.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
772.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
772.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773_Test.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-bug.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-bug.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-dark.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-dark.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-dragon.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-dragon.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-electric.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-electric.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-fairy.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-fairy.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-fighting.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-fighting.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-fire.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-fire.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-flying.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-flying.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-ghost.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-ghost.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-grass.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-grass.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-ground.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-ground.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-ice.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-ice.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-poison.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-poison.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-psychic.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-psychic.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-rock.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-rock.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-steel.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-steel.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773-water.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773-water.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
773.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
773.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
774-blue-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-blue-meteor.png [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-blue.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
774-blue.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
774-green-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-green-meteor.png [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-green.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
774-green.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
774-indigo-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-indigo-meteor.png [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-indigo.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
774-indigo.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
774-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-meteor.png [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-meteor.png [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-orange.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
774-orange.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
774-red-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-red-meteor.png [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-red.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
774-red.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
774-violet-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-violet-meteor.png [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-violet.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
774-violet.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
774-yellow-meteor.json [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-yellow-meteor.png [Sprite] Minior and Ferrothorn variants (#6005) 2025-06-18 19:49:21 -04:00
774-yellow.json [Sprite][Color][Anim] Various Pokemon Sprite Fixes (#4346) 2024-09-25 22:29:34 -04:00
774-yellow.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
774.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
774.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
775.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
775.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
776.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
776.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
777.json [Sprite] Remove repeated animation frames (#4205) 2024-09-13 01:08:38 -04:00
777.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
778-busted.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
778-busted.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
778-disguised.json [Sprite] Fixes Busted Mimikyu variants and icons; Fixes #2683 (#2690) 2024-06-29 13:54:02 -04:00
778-disguised.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
779.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
779.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
780.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
780.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
781.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
781.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
785.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
785.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
786.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
786.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
787.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
787.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
788.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
788.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
789.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
789.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
790.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
790.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
791.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
791.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
792.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
792.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
793.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
793.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
794.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
794.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
795.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
795.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
796.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
796.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
797.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
797.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
798.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
798.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
799.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
799.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
800-dawn-wings.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
800-dawn-wings.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
800-dusk-mane.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
800-dusk-mane.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
800-ultra.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
800-ultra.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
800.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
800.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
801.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
801.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
802.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
802.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
803.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
803.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
804.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
804.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
805.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
805.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
806.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
806.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
807.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
807.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
808.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
808.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
809.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
809.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
810.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
810.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
811.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
811.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
812.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
812.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
813.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
813.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
814.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
814.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
815-gigantamax.json [Sprite] Gmax animation implementation + Palkia-Origin fix (#5468) 2025-03-05 14:05:59 -08:00
815-gigantamax.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
815.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
815.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
816.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
816.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
817.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
817.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
818.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
818.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
819.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
819.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
820.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
820.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
821.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
821.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
822.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
822.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
823.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
823.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
824.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
824.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
825.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
825.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
826.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
826.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
827.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
827.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
828.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
828.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
829.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
829.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
830.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
830.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
831.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
831.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
832.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
832.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
833.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
833.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
834.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
834.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
835.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
835.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
836.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
836.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
837.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
837.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
838.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
838.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
839-gigantamax.json [Sprite] Gmax animation implementation + Palkia-Origin fix (#5468) 2025-03-05 14:05:59 -08:00
839-gigantamax.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
839.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
839.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
840.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
840.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
841.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
841.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
842.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
842.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
843.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
843.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
844.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
844.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
845-gorging.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
845-gorging.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
845-gulping.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
845-gulping.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
845.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
845.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
846.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
846.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
847.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
847.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
848.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
848.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
849-lowkey.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
849-lowkey.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
849.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
849.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
850.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
850.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
851.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
851.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
852.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
852.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
853.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
853.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
854.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
854.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
855.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
855.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
856.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
856.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
857.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
857.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
858.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
858.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
859.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
859.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
860.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
860.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
861.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
861.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
862.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
862.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
863.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
863.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
864.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
864.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
865.json [Sprite] Standardise Sirfetch'd animation (#4393) 2024-09-23 15:36:17 -04:00
865.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
866.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
866.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
867.json Main -> Beta (#3635) 2024-08-19 02:18:43 +01:00
867.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
868.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
868.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
869.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
869.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
870.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
870.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
871.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
871.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
872.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
872.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
873.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
873.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
874.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
874.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
875-no-ice.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
875-no-ice.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
875.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
875.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
876-female.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
876-female.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
876.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
876.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
877-hangry.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
877-hangry.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
877.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
877.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
878.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
878.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
879.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
879.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
880.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
880.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
881.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
881.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
882.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
882.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
883.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
883.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
884.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
884.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
885.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
885.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
886.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
886.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
887.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
887.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
888-crowned.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
888-crowned.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
888.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
888.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
889-crowned.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
889-crowned.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
889.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
889.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
890-eternamax.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
890.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
890.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
891.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
891.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
892-rapid-strike.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
892-rapid-strike.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
892.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
892.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
893.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
893.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
894.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
894.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
895.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
895.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
896.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
896.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
897.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
897.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
898-ice.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
898-ice.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
898-shadow.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
898-shadow.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
898.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
898.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
899.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
899.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
900.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
900.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
901.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
901.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
902-female.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
902-female.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
902.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
902.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
903.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
903.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
904.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
904.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
905-incarnate.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
905-incarnate.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
905-therian.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
905-therian.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
906.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
906.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
907.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
907.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
908.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
908.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
909.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
909.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
910.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
910.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
911.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
911.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
912.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
912.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
913.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
913.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
914.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
914.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
915.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
915.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
916-female.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
916-female.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
916.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
916.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
917.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
917.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
918.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
918.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
919.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
919.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
920.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
920.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
921.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
921.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
922.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
922.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
923.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
923.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
924.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
924.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
925-four.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
925-four.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
925-three.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
925-three.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
926.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
926.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
927.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
927.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
928.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
928.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
929.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
929.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
930.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
930.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
931-blue-plumage.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
931-blue-plumage.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
931-green-plumage.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
931-green-plumage.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
931-white-plumage.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
931-white-plumage.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
931-yellow-plumage.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
931-yellow-plumage.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
932.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
932.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
933.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
933.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
934.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
934.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
938.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
938.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
939.json Fix Bellibolt sprite always showing as shiny 2024-03-08 20:30:30 -05:00
939.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
940.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
940.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
941.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
941.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
942.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
942.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
943.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
943.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
944.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
944.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
945.json Fixed Grafaiai animation (#547) 2024-05-06 08:44:05 -04:00
945.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
946.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
946.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
947.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
947.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
948.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
948.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
949.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
949.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
950.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
950.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
951.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
951.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
952.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
952.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
953.json [Sprite] Remove repeated animation frames (#4205) 2024-09-13 01:08:38 -04:00
953.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
954.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
954.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
955.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
955.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
956.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
956.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
957.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
957.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
958.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
958.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
959.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
959.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
960.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
960.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
961.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
961.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
962.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
962.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
963.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
963.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
964-hero.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
964-hero.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
964-zero.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
964-zero.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
965.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
965.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
966.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
966.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
967.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
967.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
968.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
968.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
969.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
969.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
970.json Fix Glimmora atlases 2024-05-11 09:26:57 -04:00
970.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
971.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
971.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
972.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
972.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
973.json Fix Flamigo animated sprite 2024-02-25 15:09:44 -05:00
973.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
974.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
974.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
975.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
975.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
976.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
976.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
977.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
977.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
978-curly.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
978-curly.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
978-droopy.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
978-droopy.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
978-stretchy.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
978-stretchy.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
979.json [Sprite] Remove repeated animation frames (#4205) 2024-09-13 01:08:38 -04:00
979.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
980.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
980.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
981.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
981.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
982-three-segment.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
982-three-segment.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
982.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
982.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
983.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
983.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
984.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
984.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
985.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
985.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
986.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
986.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
987.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
987.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
988.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
988.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
989.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
989.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
990.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
990.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
991.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
991.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
992.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
992.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
993.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
993.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
994.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
994.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
995.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
995.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
996.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
996.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
997.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
997.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
998.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
998.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
999-roaming.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
999-roaming.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
999.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
999.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
1000.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
1000.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
1001.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
1001.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
1002.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
1002.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
1003.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
1003.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
1004.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
1004.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
1005.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
1005.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
1006.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
1006.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
1007-apex-build.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
1007-apex-build.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
1008-ultimate-mode.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
1008-ultimate-mode.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
2019.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2019.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
2020.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2020.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
2026.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2026.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
2027.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2027.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
2028.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2028.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
2037.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
2037.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
2038.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
2038.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
2050.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2050.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
2051.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2051.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
2052.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2052.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
2053.json [Bug] Fixed Alolan Persian Animations (#2236) 2024-06-14 20:15:00 -04:00
2053.png [Bug] Fixed Alolan Persian Animations (#2236) 2024-06-14 20:15:00 -04:00
2074.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
2074.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
2075.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
2075.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
2076.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
2076.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
2088.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
2088.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
2089.json [Sprite] Animation updated for gen 7 batch 1 (#5558) 2025-03-30 01:57:15 +00:00
2089.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
2103.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2103.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
2105.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
2105.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4052.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4052.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4077.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4077.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4078.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4078.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4079.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4079.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4080.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4080.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4083.json [Fix][Sprite] 4083 Galarian Farfetch'd exp (#3216) 2024-07-29 16:43:24 -04:00
4083.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4110.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4110.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4122.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4122.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4144.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4144.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4145.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4145.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4146.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4146.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4199.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4199.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4222.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4222.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4263.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4263.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4264.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4264.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4554.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4554.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4555.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4555.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
4562.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4562.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
4618.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
4618.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6058.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6058.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6059.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6059.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6100.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6100.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6101.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6101.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6157.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6157.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6211.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6211.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6215.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6215.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6503.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6503.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6549.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6549.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6570.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6570.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6571.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6571.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6628.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6628.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6705.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6705.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6706.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6706.png [UI/UX] Optimized Pokémon PNGs (#6130) 2025-07-23 11:16:09 -07:00
6713.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6713.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
6724.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
6724.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
8128-aqua.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
8128-aqua.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
8128-blaze.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
8128-blaze.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
8128.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
8128.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00
8194.json Add experimental animated sprites 2024-02-24 21:16:19 -05:00
8194.png Compress all Pokemon sprites 2024-04-11 14:08:52 -04:00