summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-03 02:50:40 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-03 02:50:40 -0500
commit4907ce6f7f5e8d73c32f6d8746ba64465502df03 (patch)
treebffc887a9806a182381c13f575e50f4a7ed8cb8c /src/egg_hatch.c
parent043071ae12aa6854119a44304a5facbd58fa3624 (diff)
Fully document move_tutor (formerly learn_move)
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 ba1020669..e5280a136 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -469,7 +469,7 @@ static void Task_EggHatch(u8 taskID)
{
CleanupOverworldWindowsAndTilemaps();
SetMainCallback2(CB2_EggHatch_0);
- gFieldCallback = sub_80AF168;
+ gFieldCallback = FieldCallback_ReturnToEventScript2;
DestroyTask(taskID);
}
}