From 03a7e00c4b43c195c5f7556109c98007a5f31a87 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Mon, 11 Jul 2022 22:24:29 -0700 Subject: [PATCH] Hotfix (#929) --- tools/namefixer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/namefixer.py b/tools/namefixer.py index 973e78473..bc2f9e7d4 100755 --- a/tools/namefixer.py +++ b/tools/namefixer.py @@ -504,8 +504,8 @@ wordReplace = { "func_800EE2F4": "Cutscene_IsPlaying", "func_801343C0": "SkelAnime_DrawTransformFlexOpa", "func_80134148": "SkelAnime_DrawTransformFlexLimbOpa", - "func_80114E90": "Interface_HasEmptyBottle", - "func_80114F2C": "Interface_HasItemInBottle", + "func_80114E90": "Inventory_HasEmptyBottle", + "func_80114F2C": "Inventory_HasItemInBottle", "func_80123C90": "Player_SetEquipmentData", "Quake2_ClearType": "Distortion_ClearType", "Quake2_SetType": "Distortion_SetType",