Some more documentation

This commit is contained in:
PikalaxALT
2019-11-04 09:33:19 -05:00
parent 0f4621c730
commit d16532c262
14 changed files with 147 additions and 139 deletions
+2 -2
View File
@@ -485,10 +485,10 @@ void InitEasyChatPhrases(void)
gSaveBlock1Ptr->additionalPhrases[i] = 0;
}
void ResetSomeMEventECBuffer_3120_338(void)
void EC_ResetMEventProfileMaybe(void)
{
s32 i;
u16 *ptr = sub_8143DA8();
u16 *ptr = GetMEventProfileECWordsMaybe();
for (i = 0; i < 4; i++)
ptr[i] = EC_WORD_UNDEFINED;
}