diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 14:26:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 14:26:25 -0400 |
commit | 7cf9693551ebf79212878c08245e13337d43ad52 (patch) | |
tree | d0106267560b0bece41ae1beeee74445cfd27891 /src/egg_hatch.c | |
parent | 0d38d443b561f9baaae12324712503dfccaf01ea (diff) |
Decompile special pointers
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 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); |