1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-09 00:00:44 +00:00

Naming a function (#2124)

* Naming a function

* Naming function

* Update functions.txt

* Update function name

* Update function name

* Update function name

* Update function name
This commit is contained in:
Ozero4 2024-09-05 14:57:30 +02:00 committed by GitHub
parent acb5c7f20c
commit 0b011033fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -2795,7 +2795,7 @@ Audio_RemoveSfxBankEntry = 0x800C8F78; // type:func
Audio_ChooseActiveSfx = 0x800C9110; // type:func
Audio_PlayActiveSfx = 0x800C9844; // type:func
Audio_StopSfxByBank = 0x800C9B64; // type:func
func_800F8884 = 0x800C9C48; // type:func
Audio_RemoveSfxFromBankByPos = 0x800C9C48; // type:func
Audio_StopSfxByPosAndBank = 0x800C9D64; // type:func
Audio_StopSfxByPos = 0x800C9DAC; // type:func
Audio_StopSfxByPosAndId = 0x800C9E08; // type:func