gpkm/pkm/lookup_tables/lookup

Functions

pub fn lookup_ingame_str(
  key: List(Int),
  lookup table: List(#(Int, String)),
) -> Result(String, Nil)

Get a lookup table (mainly from pkm_lookup_tables) converts it to a dictionary, and get the string corresponding to the in-game bytes key

Search Document