Merge pull request #86 from PikalaxALT/special_ptr_table

Decompile special pointers
This commit is contained in:
Diegoisawesome
2017-10-20 00:24:06 -05:00
committed by GitHub
5 changed files with 542 additions and 6 deletions

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);

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;