mirror of https://github.com/zeldaret/mm.git
namefixer.py hotfix (#1347)
* namefixer hotfix * Actor_OfferTalkExchangeEquiCylinder
This commit is contained in:
parent
410d412d0a
commit
fa30dea28d
|
|
@ -175,7 +175,7 @@ wordReplace = {
|
|||
"func_800B648C": "Actor_SetPlayerImpact",
|
||||
"func_800B64FC": "Actor_GetPlayerImpact",
|
||||
"func_800B8500": "Actor_OfferTalkExchange",
|
||||
"func_800B85E0": "Actor_OfferTalkExchangeRadius",
|
||||
"func_800B85E0": "Actor_OfferTalkExchangeEquiCylinder",
|
||||
"func_800B8614": "Actor_OfferTalk",
|
||||
"func_800B863C": "Actor_OfferTalkNearColChkInfoCylinder",
|
||||
"Audio_PlaySoundAtPosition": "SoundSource_PlaySfxAtFixedWorldPos",
|
||||
|
|
@ -349,7 +349,7 @@ wordReplace = {
|
|||
"func_800B8C50": "Actor_SetClosestSecretDistance",
|
||||
"func_800BBDAC": "Actor_SpawnFloorDustRing",
|
||||
"func_800B8708": "Player_GetExchangeItemAction",
|
||||
"Player_GetExchangeItemId": "Player_GetExchangeItemAction"
|
||||
"Player_GetExchangeItemId": "Player_GetExchangeItemAction",
|
||||
"func_801233E4": "Player_InCsMode",
|
||||
"func_800BC4EC": "Actor_TestFloorInDirection",
|
||||
"func_800BC5B8": "Actor_IsTargeted",
|
||||
|
|
@ -724,7 +724,7 @@ wordReplace = {
|
|||
"SubS_StartActorCutscene": "SubS_StartCutscene",
|
||||
"func_8013E3B8": "SubS_FillCutscenesList",
|
||||
"func_8013AED4": "SubS_SetOfferMode",
|
||||
"SubS_UpdateFlags": "SubS_SetOfferMode"
|
||||
"SubS_UpdateFlags": "SubS_SetOfferMode",
|
||||
"func_8013D8DC": "SubS_IsObjectLoaded",
|
||||
"func_8013D924": "SubS_GetObjectIndex",
|
||||
"func_8013D5E8": "SubS_AngleDiffLessEqual",
|
||||
|
|
|
|||
Loading…
Reference in New Issue