diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-07-30 07:05:27 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-30 09:05:27 -0400 |
| commit | 1d19f37b26be989e5da58975a5e2a95a0ae7cf4f (patch) | |
| tree | d639e556449428403ac6e844cf44a7d7e0f57418 /tools/namefixer.py | |
| parent | 1652b7e5d76f4fb71495194f24572010ebf6c961 (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-x | tools/namefixer.py | 2 |
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", |
