Safe Haskell | None |
---|---|
Language | Haskell2010 |
- getPokedexById :: ID -> IO Pokedex
- getNationalPokedex :: IO Pokedex
- getPokemonById :: ID -> IO Pokemon
- getPokemonByName :: String -> IO Pokemon
- getAbilityById :: ID -> IO Ability
- getMoveById :: ID -> IO Move
- getTypeById :: ID -> IO Type
- getEggGroupById :: ID -> IO EggGroup
- getDescriptionById :: ID -> IO Description
- getGameById :: ID -> IO Description
- getSpriteById :: ID -> IO Sprite
Documentation
getPokedexById :: ID -> IO Pokedex Source
Get a pokedex. Warning: returns a large list of pokemon resources
getPokemonById :: ID -> IO Pokemon Source
Get a pokemon by ID
Lookup a pokemon by name in the national pokedex
getAbilityById :: ID -> IO Ability Source
Get an ability by ID
getMoveById :: ID -> IO Move Source
Get a move by ID
getTypeById :: ID -> IO Type Source
Get a type by ID
getEggGroupById :: ID -> IO EggGroup Source
Get a egg group by ID
getDescriptionById :: ID -> IO Description Source
Get a description group by ID
getGameById :: ID -> IO Description Source
Get a game by ID
getSpriteById :: ID -> IO Sprite Source
Get Sprite by ID