summaryrefslogtreecommitdiff
path: root/tools/namefixer.py
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-07-30 07:05:27 -0600
committerGitHub <noreply@github.com>2022-07-30 09:05:27 -0400
commit1d19f37b26be989e5da58975a5e2a95a0ae7cf4f (patch)
treed639e556449428403ac6e844cf44a7d7e0f57418 /tools/namefixer.py
parent1652b7e5d76f4fb71495194f24572010ebf6c961 (diff)
Rename "Sound" to "Sfx" (#1292)
* First attempt * More * rename * more sound -> sfx / sound effect (#7) * PR Suggestions * PR Suggestions * Small fix Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> Co-authored-by: fig02 <fig02srl@gmail.com>
Diffstat (limited to 'tools/namefixer.py')
-rwxr-xr-xtools/namefixer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/namefixer.py b/tools/namefixer.py
index c821997e9..73ccaaf16 100755
--- a/tools/namefixer.py
+++ b/tools/namefixer.py
@@ -153,7 +153,7 @@ wordReplace = {
"func_800D20CC": "Matrix_MtxFToYXZRotS",
"func_800D2264": "Matrix_MtxFToZYXRotS",
"func_800D23FC": "Matrix_RotateAxis",
- "PLAYER": ("GET_PLAYER(play)", {"ignore": (-1, '"PLAYER"')}), # ignore "PLAYER" in sSoundBankNames
+ "PLAYER": ("GET_PLAYER(play)", {"ignore": (-1, '"PLAYER"')}), # ignore "PLAYER" in sSfxBankNames
"ACTIVE_CAM": "GET_ACTIVE_CAM(play)",
"SkinMatrix_SetRotateRPY": "SkinMatrix_SetRotateZYX",
"SkinMatrix_SetScaleRotateYRPTranslate": "SkinMatrix_SetScaleRotateYXZTranslate",