summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-10-21 20:20:52 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-10-21 20:20:52 -0500
commitb8f23aa20d40e20c4d3e050ef3011cca22998646 (patch)
tree247db40f1d5334167fd897edc7667d9b17f2523a /src/egg_hatch.c
parent667914075bb1680cba3866eef247abedc7a461ce (diff)
parentafd42c8e145c77fbf07799a54aec405766eed45c (diff)
Merge branch 'master' of github.com:pret/pokeemerald
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);