diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-12-18 16:04:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 16:04:53 -0500 |
commit | bbb1fac16bc7e912410b3dc7bbfc5d3067ac19d4 (patch) | |
tree | c8f46f67254d290d854aca645ffcdd5179e5fa6b /arm9/src/sound.c | |
parent | d45ebc4547e7d8e253f848a010bf6c430a55ba75 (diff) | |
parent | 22c9ea3a992c48fc5c8926902cbde48861195f10 (diff) |
Merge pull request #305 from tgsm/options
decompile 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 dd928287..a1e31bbd 100644 --- a/arm9/src/sound.c +++ b/arm9/src/sound.c @@ -38,7 +38,7 @@ void InitSoundData(void * a0, struct Options * a1) FUN_020040A4(sdat); UNK_02107070[1] = 0; sdat->unk_BCD4C = a0; - FUN_02004D60(a1->unk0_4); + FUN_02004D60(a1->soundMethod); } void DoSoundUpdateFrame(void) |