diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-12-20 23:44:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-20 23:44:56 -0800 |
commit | 026e1108b26f4ce5cea362997135bd8efc7cb28a (patch) | |
tree | 4f99fb34ab0abd51d8f0a4f958ec5b0001f5fed9 /src/egg_hatch.c | |
parent | d42ea06dc5ade2209fb84ffedafd33de3fbc9cd1 (diff) | |
parent | d1cf9006fb4b29e63302c69c912e431a873626c0 (diff) |
Merge pull request #935 from GriffinRichards/doc-warp
Document some warp/field screen effect
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); } } |