summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-08-12 12:54:07 -0700
committerDiegoisawesome <diego@domoreaweso.me>2018-08-12 12:54:07 -0700
commit2dd5fc23d4d34890e17a412ae9ad80e23c7aa50d (patch)
treef537d11172aca6f048cd8612a85f84c2482208a8 /src/egg_hatch.c
parenta000eb4f3619c1df9326961b3afe8a4392c05827 (diff)
Prepare learn_move for merge
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);