diff --git a/ctru-rs/src/mii.rs b/ctru-rs/src/mii.rs index b40c836..2c2f845 100644 --- a/ctru-rs/src/mii.rs +++ b/ctru-rs/src/mii.rs @@ -169,6 +169,9 @@ pub struct MoleDetails { } /// Represents all the data of a Mii +/// +/// Some values are not ordered _like_ the Mii Editor UI. The mapped values can be seen here: +/// #[derive(Clone, Debug)] pub struct MiiData { pub options: MiiDataOptions,