diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:58:07 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:58:07 +0200 |
commit | 599ff56901be2bdee6e96d202a9210685b051daa (patch) | |
tree | f8075b575fb54a96200c3ae9e8f9517eb53f52cf /arm9/src/scrcmd_sound.c | |
parent | 6239e413783793c096ac91f1cab90ee9c9583ad1 (diff) |
document Chatot_checkCry
Diffstat (limited to 'arm9/src/scrcmd_sound.c')
-rw-r--r-- | arm9/src/scrcmd_sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/scrcmd_sound.c b/arm9/src/scrcmd_sound.c index 94e7b69d..8e59c182 100644 --- a/arm9/src/scrcmd_sound.c +++ b/arm9/src/scrcmd_sound.c @@ -195,7 +195,7 @@ THUMB_FUNC BOOL ScrCmd_CheckChatotCry(struct ScriptContext* ctx) u16* ret_ptr = GetVarPointer(ctx->unk80, ScriptReadHalfword(ctx)); void* unk = Sav2_Chatot_get(ctx->unk80->saveBlock2); - if (FUN_02005D20(unk) == 1) + if (Chatot_checkCry(unk) == 1) { *ret_ptr = 1; return FALSE; |