diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-23 23:32:16 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-23 23:32:16 -0600 |
commit | b8b0431477b841162b48b30afb46bb31c11960a0 (patch) | |
tree | 74b09008c3abe75f255fbfdc5ec11e63dff5120b /include/naming_screen.h | |
parent | 5784098446d4f380434a939e4c72577c8136bb81 (diff) |
Identification
Diffstat (limited to 'include/naming_screen.h')
-rw-r--r-- | include/naming_screen.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/naming_screen.h b/include/naming_screen.h index 5c8df2e23..b04cb19b6 100644 --- a/include/naming_screen.h +++ b/include/naming_screen.h @@ -20,14 +20,12 @@ enum struct NamingScreenTemplate { - u8 unk0; + u8 copyExistingString; u8 maxChars; u8 iconFunction; - u8 unk3; - u8 unk4; //mode? - u8 unk5; - u8 unk6; - u8 unk7; + u8 addGenderIcon; + u8 initialPage; + u8 unused; const u8 *title; }; |