Crate pmd_code_table[][src]

Expand description

A library permitting to decode the code_table.bin file, used in Pokémon Super Mystery Dungeon and Pokémon Rescue Team DX (and maybe Gates to Infinity).

This file contain a list of unicode character that are used to represent placeholder in the game.

Structs

Represent a complete [code_table.bin] file.

Represent a single entry of a Unicode character <-> placeholder text pair.

Enums

An error that may happen while decoding a [code_table.bin] file with CodeTable.

An error that may occur while decoding a binary with CodeToText::decode