diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 01:15:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 01:15:36 -0500 |
commit | e5df61e362beaaab9ae4344f4f160397df9c54cc (patch) | |
tree | 8bb86e5e523406b21daa08aff9bce080184fe31e /src/egg_hatch.c | |
parent | 017fa294b5c88ddd7513cb4976b5c29cad0b94a5 (diff) | |
parent | 8b1595ebc36a623240fa8dd509864f5400eed1f9 (diff) |
Merge branch 'master' into doc-dome
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 2a942c9d9..032ae6733 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -470,7 +470,7 @@ static void Task_EggHatch(u8 taskID) { CleanupOverworldWindowsAndTilemaps(); SetMainCallback2(CB2_EggHatch_0); - gFieldCallback = FieldCallback_ReturnToEventScript2; + gFieldCallback = FieldCB_ContinueScriptHandleMusic; DestroyTask(taskID); } } |