diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-04 09:33:19 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-04 09:33:19 -0500 |
commit | d16532c2627909d90c253a3bc47610a78e379339 (patch) | |
tree | 50d43298a32ab25904623319755ef4727ac36c13 /src/easy_chat.c | |
parent | 0f4621c7302a4e81fa86b12110685e57b1c9c4a0 (diff) |
Some more documentation
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index fd96f6a30..be617133b 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -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; } |