diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-06 20:24:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 20:24:04 -0600 |
commit | 1507a290d51760c9b36b4b8bc828cfe5b973c7d7 (patch) | |
tree | 5f48809915af5d02c2f75efc790bd598ed9f3975 /src/egg_hatch.c | |
parent | 93ff71fcfdf8b71a7b4899f271a5214503bcd510 (diff) | |
parent | 18839a4872057fde33be45c5d2c4ecf4274bcc8d (diff) |
Merge pull request #378 from Diegoisawesome/script_menu
[WIP] Decompile/port script_menu
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index eeae72f36..43beef442 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -671,7 +671,7 @@ static void CB2_EggHatch_1(void) } break; case 10: - switch (Menu_ProcessInputNoWrap_()) + switch (Menu_ProcessInputNoWrapClearOnChoose()) { case 0: GetMonNick(&gPlayerParty[sEggHatchData->eggPartyID], gStringVar3); |