From fa30dea28db6ddabf01332080db9b7031cf786c9 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:55:14 +1000 Subject: [PATCH] namefixer.py hotfix (#1347) * namefixer hotfix * Actor_OfferTalkExchangeEquiCylinder --- tools/namefixer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/namefixer.py b/tools/namefixer.py index c4f4552c92..86095aa6e5 100755 --- a/tools/namefixer.py +++ b/tools/namefixer.py @@ -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",