mirror of
https://github.com/zeldaret/oot
synced 2026-09-06 10:55:27 -04:00
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>
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user