| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the cries of all Pokémon from Generation 1 to 9 in .ogg format. The cries were downloaded from the Showdown simulator and Veekun website.
git clone https://github.com/PokeAPI/cries
cd criesThe cries are located in the cries folder. Each cry is mapped to a Pokémon by its id in PokéAPI.
cries ├── pokemon │ ├── latest │ │ ├── 1.ogg │ │ ├── 2.ogg │ │ ├── ... │ │ └── 10325.ogg │ ├── legacy │ │ ├── 1.ogg │ │ ├── 2.ogg │ │ ├── ... │ │ └── 649.ogg
| Back | FazBrowse Home | New Git URL |