Merge pull request #388 from GriffinRichards/constants-localids

Use more LOCALID constants
This commit is contained in:
GriffinR
2021-02-14 14:07:32 -05:00
committed by GitHub
50 changed files with 372 additions and 231 deletions
+2 -2
View File
@@ -3764,7 +3764,7 @@ u32 FldEff_Unk44(void)
}
else
{
FieldEffectActiveListRemove(FLDEFF_UNK_44);
FieldEffectActiveListRemove(FLDEFF_DESTROY_DEOXYS_ROCK);
}
return FALSE;
}
@@ -3846,7 +3846,7 @@ static void Unk44Effect_2(s16 *data, u8 taskId)
{
InstallCameraPanAheadCallback();
RemoveObjectEventByLocalIdAndMap(data[6], data[7], data[8]);
FieldEffectActiveListRemove(FLDEFF_UNK_44);
FieldEffectActiveListRemove(FLDEFF_DESTROY_DEOXYS_ROCK);
DestroyTask(taskId);
}
}