diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-10 09:55:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-10 09:55:29 -0400 |
commit | 98d63a5268258a7f83ee776300dd4a664ad45f59 (patch) | |
tree | de6f0755b2339d34b4d915951fea3768d17cf18d /include/naming_screen.h | |
parent | 1689cb55a7601a893912f171ff44166b33f97af8 (diff) |
through NamingScreen_CreateRivalIcon
Diffstat (limited to 'include/naming_screen.h')
-rw-r--r-- | include/naming_screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/naming_screen.h b/include/naming_screen.h index 424d1bdba..1e8d11b3a 100644 --- a/include/naming_screen.h +++ b/include/naming_screen.h @@ -6,8 +6,8 @@ #define NAMING_SCREEN_PLAYER 0 #define NAMING_SCREEN_BOX 1 #define NAMING_SCREEN_CAUGHT_MON 2 -#define NAMING_SCREEN_3 3 -#define NAMING_SCREEN_WALDA 4 // Wrong name? +#define NAMING_SCREEN_NAME_RATER 3 +#define NAMING_SCREEN_RIVAL 4 void DoNamingScreen(u8 templateNum, u8 *destBuffer, u16 monSpecies, u16 monGender, u32 monPersonality, MainCallback returnCallback); |