summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-08-16 22:53:01 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-08-16 22:53:01 +0200
commit0bfe894566fe3c19c0f12342a273a40c5d6e12da (patch)
tree37ef4a4f7be61b3bd70c2118dff9421140c67abe /src/egg_hatch.c
parentba225f8eaab5e46f7fc825adc6df833f3996b38d (diff)
parent2b81db7acecd8baa3e343de66fd229040ec81381 (diff)
Merge with master
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r--src/egg_hatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c
index 67876f33b..ab0cd92a2 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -659,7 +659,7 @@ static void CB2_EggHatch_1(void)
}
break;
case 10:
- switch (ProcessMenuInputNoWrap_())
+ switch (Menu_ProcessInputNoWrap_())
{
case 0:
GetMonNick(&gPlayerParty[sEggHatchData->eggPartyID], gStringVar3);