uxie 0.5.1

Data fetching library for Pokemon Gen 4 romhacking - map headers, C parsing, and more
Documentation
1
2
3
4
5
6
7
8
#[allow(unused_parens)]
mod binary;
#[allow(unused_parens)]
mod types;

pub use binary::ITEM_DATA_SIZE;
pub use types::{BattlePocket, FieldPocket, ItemData, ItemPartyUseParam};
pub(crate) use types::{ItemPartyUseFlagsBits, ItemPartyUseValues};