diff options
author | yenatch <yenatch@gmail.com> | 2018-07-02 22:11:25 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-07-02 22:11:25 -0400 |
commit | ca9cdc306e13a5aff6885aec83b8e23131260d45 (patch) | |
tree | 779723679189242fe90c80b6316bcd4a87830eca /src/debug/nakamura_debug_menu.c | |
parent | f085da3a9ba7a9e09398aedd3e41326b8d803756 (diff) |
label some of pokemon_summary_screen
Diffstat (limited to 'src/debug/nakamura_debug_menu.c')
-rw-r--r-- | src/debug/nakamura_debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/nakamura_debug_menu.c b/src/debug/nakamura_debug_menu.c index 508dc048e..e6af3c58d 100644 --- a/src/debug/nakamura_debug_menu.c +++ b/src/debug/nakamura_debug_menu.c @@ -921,7 +921,7 @@ static void NakaGenderTest_PrintSpeciesGender(u8 i) if (gender == MON_MALE) Menu_PrintText(gOtherText_MaleSymbol2, 23, 2 * i + 1); else if (gender == MON_FEMALE) - Menu_PrintText(gOtherText_FemaleSymbolAndLv, 23, 2 * i + 1); + Menu_PrintText(gOtherText_FemaleSymbol2, 23, 2 * i + 1); else Menu_PrintText(sp0, 23, 2 * i + 1); } |