From f661567c027f74d768451c5af72644d83ab80dc9 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Mon, 21 May 2018 09:56:19 -0700 Subject: Define PLAYER_AVATAR_STATE_ enum, and label things related to it --- include/naming_screen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/naming_screen.h') diff --git a/include/naming_screen.h b/include/naming_screen.h index d136417ba..f22f7dc78 100644 --- a/include/naming_screen.h +++ b/include/naming_screen.h @@ -48,9 +48,9 @@ struct NamingScreenData const struct NamingScreenTemplate *template; /*0x38*/ u8 *destBuffer; /*0x3C*/ u16 unk3C; //savedKeyRepeatStartDelay - /*0x3E*/ u16 unk3E; - /*0x40*/ u16 unk40; - /*0x42*/ u32 unk42; + /*0x3E*/ u16 speciesOrPlayerGender; + /*0x40*/ u16 monGender; + /*0x42*/ u32 monPersonality; /*0x46*/ MainCallback returnCallback; }; -- cgit v1.2.3