diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-21 09:56:19 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-05-21 09:56:19 -0700 |
commit | f661567c027f74d768451c5af72644d83ab80dc9 (patch) | |
tree | 89c21ae8423b7638c5a4cbf639ce7ccfafe2d604 /include/naming_screen.h | |
parent | 4ee671c9bf6e4ba920f58cd8d4a6facc8bed431d (diff) |
Define PLAYER_AVATAR_STATE_ enum, and label things related to it
Diffstat (limited to 'include/naming_screen.h')
-rw-r--r-- | include/naming_screen.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; }; |