summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorgarakmon <thomastaps194@comcast.net>2018-07-07 21:29:11 -0400
committergarakmon <thomastaps194@comcast.net>2018-07-07 21:29:11 -0400
commit864a69f9bf050eaaa062c8346cd6a5032e617139 (patch)
treebd8b133710c813b11becf602067495526c849b6a /src/debug
parent47bcba3e1b5140cef7f04edcda3759818408726a (diff)
merge conflicts are soooooooooo fun
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/nakamura_debug_menu.c2
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);
}