diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-20 00:24:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 00:24:06 -0500 |
commit | ae5aa3c4dfd81fc25e5abeef1b915bb2da68b8d1 (patch) | |
tree | 65fffe2899c0e3fa8dbfbff18b29b7f3bd44aa6c /src/egg_hatch.c | |
parent | bc82b539163636d37159aef9e92934e2cba4fb9a (diff) | |
parent | 70eaf5d1bec20b9b965e4904cffad2a012a5d7ec (diff) |
Merge pull request #86 from PikalaxALT/special_ptr_table
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); |