uxie 0.5.5

Data fetching library for Pokemon Gen 4 romhacking - map headers, C parsing, and more
Documentation
1
2
3
4
5
6
pub mod game_strings;
pub mod text_bank_table;

pub use chatot::TextArchive;
pub use game_strings::GameStrings;
pub use text_bank_table::TextBankTable;