summaryrefslogtreecommitdiff
path: root/src
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
parent0d38d443b561f9baaae12324712503dfccaf01ea (diff)
Decompile special pointers
Diffstat (limited to 'src')
-rw-r--r--src/egg_hatch.c2
-rw-r--r--src/safari_zone.c2
2 files changed, 2 insertions, 2 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);
diff --git a/src/safari_zone.c b/src/safari_zone.c
index a1ec38920..77c6bbd61 100644
--- a/src/safari_zone.c
+++ b/src/safari_zone.c
@@ -139,7 +139,7 @@ static void ClearAllPokeblockFeeders(void)
memset(sPokeblockFeeders, 0, sizeof(sPokeblockFeeders));
}
-static void GetPokeblockFeederInFront(void)
+void GetPokeblockFeederInFront(void)
{
s16 x, y;
u16 i;