diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-08-05 15:42:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 15:42:00 -0400 |
commit | 7ef47d78e4df35da975471c4fd0499e3ca8a1080 (patch) | |
tree | 74a42c95502bc5ddc15a753aaeb9fbf6b06edf83 /arm9/src/sound.c | |
parent | f00cb7ad08e2b2770e3c4ba8a749a7a9e113b616 (diff) | |
parent | 1da53f50293e9856ed7c5b8d6ae66d8ecce85ecc (diff) |
Merge pull request #440 from remicalixte/unk_02005CFC
decompile unk_02005CFC.s into sound_chatot.c
Diffstat (limited to 'arm9/src/sound.c')
-rw-r--r-- | arm9/src/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/sound.c b/arm9/src/sound.c index ec65dd06..210aec2e 100644 --- a/arm9/src/sound.c +++ b/arm9/src/sound.c @@ -3,6 +3,7 @@ #include "SPI_mic.h" #include "SPI_pm.h" #include "unk_020040F4.h" +#include "sound_chatot.h" #pragma thumb on @@ -21,7 +22,6 @@ void FUN_020040DC(void); extern void FUN_0200521C(int); extern void FUN_0200538C(int, int, int); extern BOOL FUN_02005404(void); -extern void FUN_02005CFC(void); void InitSoundData(struct SaveChatotSoundClip * chatot, struct Options * options) { |