Essential Pokémon assets for any kind of project: menu sprites, fonts, JSON data, SASS/CSS spritesheet and more.
Please note that this is an early version and the JSON API format and the project structure and contents may change until we release the first stable version,
1.0.0
.
You can either clone this project or install it in your project with npm or yarn:
npm install pokemon-assets
or
yarn add pokemon-assets
- All Pokémon menu icon sprites up to Gen 8, with their shiny version.
- Icon sprites for items, ribbons, marks and UI symbols.
- Sprite sheets for all sprite sets, with CSS and SASS files.
- PkIcon JS React component.
- Data of the essential metagame info (abilities, items, moves, natures, pokemon, learn sets).
- JS Data API wrapper class.
- SVG images for type symbols and other UI elements.
- Fonts from the GBC, GBA and DS games.
- Music of the most relevant game events.
- Audio effects for typical game actions.
You can check all available assets in the following reference pages.
- Pokémon
- Abilities
- Items
- Moves
- Move Learn Sets (example)
- Natures
- Types
- Egg Groups
You can find all data under assets/data.
- Pokémon
- Shiny Pokémon
- Items
- Pokémon Marks (from Sword and Shield)
- Ribbons
- Symbols
- Fonts
- Audios
- SVG Images
- JS React components
- JS Data API wrapper
- CSS spritesheet files
- SASS spritesheet files
The only dependencies you need to maintain this project are git, zsh, Docker and
the ability to run make
commands. The most important ones are:
make install
: initializes the project dependencies, needed to build the assets.make build
: builds the assets.make publish-pages
: publishes the current assets to the gh-pages branchmake publish-npm
: publishes the current assets to npm with the current package.json version
Created by @route1rodent with the help of other projects:
- Menu Icon Sprites: msikma/pokesprite
- Some SVGs from: zukan.pokemon.co.jp
- Data sources: smogon/pokemon-showdown, veekun/pokedex
This software is copyrighted and licensed under the MIT license.
This software comes bundled with data and graphics extracted from the Pokémon series of video games. Some terminology from the Pokémon franchise is also necessarily used within the software itself. This is all the intellectual property of Nintendo, Creatures, inc., and GAME FREAK, inc. and is protected by various copyrights and trademarks.
The authors believe that the use of this intellectual property for a fan reference is covered by fair use and that the software is significantly impaired without said property included. Any use of this copyrighted property is at your own legal risk.
This software is not affiliated in any way with Nintendo, Pokémon or any other game company.
A complete revision history of this software is available in Github https://github.com/itsjavi/pokemon-assets