uxie 0.6.2

Data fetching library for Pokemon Gen 4 romhacking - map headers, C parsing, and more
Documentation
1
2
3
4
5
mod binary;
mod types;

pub use binary::PERSONAL_DATA_SIZE;
pub use types::PersonalData;