diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-01-11 11:27:36 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 00:27:36 +0000 |
| commit | 133e02a8a744ec7252b71ca5a0e310367dae037d (patch) | |
| tree | ba70920d638ff945e806df1b11297b3e33ab43f9 /src/code/audio/code_801A5BD0.c | |
| parent | 6069a1585f34d46178b38554c8d547a266bb4123 (diff) | |
z_sound_source OK (#353)
* z_sound_source OK
* Fix Pos
* Lib_PlaySfxByPos
* Change function names
* format
* Update names to match OoT
* cleanup from the merge
* Fix name
Diffstat (limited to 'src/code/audio/code_801A5BD0.c')
| -rw-r--r-- | src/code/audio/code_801A5BD0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/audio/code_801A5BD0.c b/src/code/audio/code_801A5BD0.c index 0a13b00ec..7d796aa9f 100644 --- a/src/code/audio/code_801A5BD0.c +++ b/src/code/audio/code_801A5BD0.c @@ -24,7 +24,7 @@ #pragma GLOBAL_ASM("asm/non_matchings/code/code_801A5BD0/func_801A7284.s") -#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A5BD0/func_801A72CC.s") +#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A5BD0/Audio_StopSfxByPos.s") #pragma GLOBAL_ASM("asm/non_matchings/code/code_801A5BD0/func_801A7328.s") |
