summaryrefslogtreecommitdiff
path: root/arm9/src/sound.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-08-13 15:17:06 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-13 15:17:06 -0400
commitcbf5ca94718075c645f4c34d7b6ab0e6e95a3995 (patch)
tree6f09e314e18974a4ff5b9bb15434a77dff6c6c97 /arm9/src/sound.c
parentddd20f2c76a34b4fc46503c8bf88d53a755453a8 (diff)
Name routines in unk_0206EB80.s --> bag.s
Diffstat (limited to 'arm9/src/sound.c')
-rw-r--r--arm9/src/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/sound.c b/arm9/src/sound.c
index d971872f..dd928287 100644
--- a/arm9/src/sound.c
+++ b/arm9/src/sound.c
@@ -25,7 +25,7 @@ extern void FUN_0200538C(int, int, int);
extern BOOL FUN_02005404(void);
extern void FUN_02005CFC(void);
-void InitSoundData(u32 a0, struct Options * a1)
+void InitSoundData(void * a0, struct Options * a1)
{
struct SoundData * sdat = GetSoundDataPointer();
SDAT_Init();