gpkm/pkm/lookup_tables/pokemon_info

In the PKM file, some of the Pokemon data (nature, abilitiy, moves…) are some single-bytes values.

This file is a collection of lookup tables, for each pokemon datum

Constants

pub const abilities: List(#(Int, String))
pub const held_items: List(#(Int, String))
pub const hidden_power_types: List(#(Int, String))
pub const moves: List(#(Int, String))
pub const natures: List(#(Int, String))
pub const species: List(#(Int, String))
Search Document