mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-01 16:09:55 -04:00
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
This commit is contained in:
@@ -378,7 +378,7 @@
|
||||
0x800EA060 : "z_demo",
|
||||
0x800EE320 : "z_draw",
|
||||
0x800EFE60 : "z_eff_footmark",
|
||||
0x800F0390 : "code_800F0390",
|
||||
0x800F0390 : "z_sound_source",
|
||||
0x800F05C0 : "z_elf_message",
|
||||
0x800F07C0 : "z_en_hy",
|
||||
0x800F1250 : "z_face_reaction",
|
||||
|
||||
@@ -1610,11 +1610,11 @@
|
||||
0x800EFF04:("EffFootmark_Add",),
|
||||
0x800F00BC:("EffFootmark_Update",),
|
||||
0x800F01C8:("EffFootmark_Draw",),
|
||||
0x800F0390:("func_800F0390",),
|
||||
0x800F03C0:("func_800F03C0",),
|
||||
0x800F048C:("func_800F048C",),
|
||||
0x800F0568:("Audio_PlaySoundAtPosition",),
|
||||
0x800F0590:("func_800F0590",),
|
||||
0x800F0390:("SoundSource_InitAll",),
|
||||
0x800F03C0:("SoundSource_UpdateAll",),
|
||||
0x800F048C:("SoundSource_Add",),
|
||||
0x800F0568:("SoundSource_PlaySfxAtFixedWorldPos",),
|
||||
0x800F0590:("SoundSource_PlaySfxEachFrameAtFixedWorldPos",),
|
||||
0x800F05C0:("ElfMessage_GetFirstCycleHint",),
|
||||
0x800F07C0:("EnHy_ChangeAnim",),
|
||||
0x800F0888:("EnHy_FindNearestDoor",),
|
||||
@@ -1847,7 +1847,7 @@
|
||||
0x8010007C:("Color_RGBA8_Copy",),
|
||||
0x801000A4:("func_801000A4",),
|
||||
0x801000CC:("func_801000CC",),
|
||||
0x801000F4:("func_801000F4",),
|
||||
0x801000F4:("Lib_PlaySfxAtPos",),
|
||||
0x8010011C:("Lib_Vec3f_TranslateAndRotateY",),
|
||||
0x801001B8:("Lib_LerpRGB",),
|
||||
0x80100448:("Math_Vec3f_StepTo",),
|
||||
@@ -3870,7 +3870,7 @@
|
||||
0x8019F0C8:("play_sound",),
|
||||
0x8019F128:("func_8019F128",),
|
||||
0x8019F170:("func_8019F170",),
|
||||
0x8019F1C0:("func_8019F1C0",),
|
||||
0x8019F1C0:("Audio_PlaySfxAtPos",),
|
||||
0x8019F208:("func_8019F208",),
|
||||
0x8019F230:("func_8019F230",),
|
||||
0x8019F258:("func_8019F258",),
|
||||
@@ -4042,7 +4042,7 @@
|
||||
0x801A7084:("func_801A7084",),
|
||||
0x801A7168:("func_801A7168",),
|
||||
0x801A7284:("func_801A7284",),
|
||||
0x801A72CC:("func_801A72CC",),
|
||||
0x801A72CC:("Audio_StopSfxByPos",),
|
||||
0x801A7328:("func_801A7328",),
|
||||
0x801A7484:("func_801A7484",),
|
||||
0x801A75E8:("func_801A75E8",),
|
||||
|
||||
Reference in New Issue
Block a user