diff options
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 cf151a0d..ec65dd06 100644 --- a/arm9/src/sound.c +++ b/arm9/src/sound.c @@ -254,7 +254,7 @@ u32 * GetSoundPlayer(int playerNo) return &sdat->players[playerNo]; } -u32 FUN_02004018(u32 a0) +int FUN_02004018(u32 a0) { switch (a0) { |