Decompile special pointers

This commit is contained in:
PikalaxALT
2017-10-14 14:26:25 -04:00
parent 0d38d443b5
commit 7cf9693551
4 changed files with 532 additions and 4 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ static void VBlankCB_EggHatch(void)
TransferPlttBuffer();
}
static void EggHatch(void)
void EggHatch(void)
{
ScriptContext2_Enable();
CreateTask(Task_EggHatch, 10);
+1 -1
View File
@@ -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;