From 441ab930cf9ca58fb8ea1185490a5507b8c47642 Mon Sep 17 00:00:00 2001 From: TechiePi Date: Mon, 24 Oct 2022 14:46:21 +0200 Subject: [PATCH] Document values sometimes not being straight forward --- ctru-rs/src/mii.rs | 3 +++ 1 file changed, 3 insertions(+) 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,