diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2025-11-30 19:17:00 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 18:17:00 -0700 |
| commit | 9cd31099e29589b1afb3d60f2b14a9d11116c3b5 (patch) | |
| tree | 495d0c3b75970618f654babb46cc2a32f37e9675 /soh/src/code/code_800EC960.c | |
| parent | bc48fa84fd0f3980171a52f61082549e4fd39439 (diff) | |
Additional Anchor functionality: (#5999)
- Returned support for custom tunic colors
- Ocarina playback now audible
- Fixed movement translation issue when climbing or going through crawlspaces
- Fixed issue preventing some items from being visible in Dummy hands (namely ocarina)
- Fixed stick length not correctly syncing
Diffstat (limited to 'soh/src/code/code_800EC960.c')
| -rw-r--r-- | soh/src/code/code_800EC960.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/src/code/code_800EC960.c b/soh/src/code/code_800EC960.c index 2da5b4d2b..0cc9debe8 100644 --- a/soh/src/code/code_800EC960.c +++ b/soh/src/code/code_800EC960.c @@ -1677,6 +1677,7 @@ void func_800ED458(s32 arg0) { } else if ((sPrevOcarinaNoteVal != 0xFF) && (sCurOcarinaBtnVal == 0xFF)) { Audio_StopSfxById(NA_SE_OC_OCARINA); } + GameInteractor_ExecuteOnOcarinaNote(sCurOcarinaBtnVal, D_80130F24, D_80130F10); } } |
