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 | |
| 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')
| -rw-r--r-- | src/code/audio/code_8019AF00.c | 2 | ||||
| -rw-r--r-- | src/code/audio/code_801A5BD0.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/code/audio/code_8019AF00.c b/src/code/audio/code_8019AF00.c index 9354af188..5d0a166a2 100644 --- a/src/code/audio/code_8019AF00.c +++ b/src/code/audio/code_8019AF00.c @@ -134,7 +134,7 @@ #pragma GLOBAL_ASM("asm/non_matchings/code/code_8019AF00/func_8019F170.s") -#pragma GLOBAL_ASM("asm/non_matchings/code/code_8019AF00/func_8019F1C0.s") +#pragma GLOBAL_ASM("asm/non_matchings/code/code_8019AF00/Audio_PlaySfxAtPos.s") #pragma GLOBAL_ASM("asm/non_matchings/code/code_8019AF00/func_8019F208.s") 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") |
