Sync berry crush from Emerald

This commit is contained in:
PikalaxALT
2021-05-05 13:03:39 -04:00
parent 9ed87063f1
commit ee6b3c1acf
46 changed files with 1776 additions and 1456 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ bool32 DigitObjUtil_Init(u32 count)
u32 i;
if (sOamWork != NULL)
DigitObjUtil_Teardown();
DigitObjUtil_Free();
sOamWork = Alloc(sizeof(*sOamWork));
if (sOamWork == NULL)
@@ -97,7 +97,7 @@ bool32 DigitObjUtil_Init(u32 count)
return TRUE;
}
void DigitObjUtil_Teardown(void)
void DigitObjUtil_Free(void)
{
if (sOamWork != NULL)
{