summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-14 14:26:25 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-14 14:26:25 -0400
commit7cf9693551ebf79212878c08245e13337d43ad52 (patch)
treed0106267560b0bece41ae1beeee74445cfd27891 /src/egg_hatch.c
parent0d38d443b561f9baaae12324712503dfccaf01ea (diff)
Decompile special pointers
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 a1f187b85..589e8901d 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -462,7 +462,7 @@ static void VBlankCB_EggHatch(void)
TransferPlttBuffer();
}
-static void EggHatch(void)
+void EggHatch(void)
{
ScriptContext2_Enable();
CreateTask(Task_EggHatch, 10);