Fix namefixer.py (#972)

* Fix namefixer.py

* Fix contributing link (I think)
This commit is contained in:
Tom Overton 2022-07-22 18:11:23 -07:00 committed by GitHub
parent addfe3a613
commit aa87f0de89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -144,4 +144,4 @@ Please note that is is our strict policy that *Anyone who wishes to contribute t
Most discussions happen on our [Discord Server](https://discord.zelda64.dev), where you are welcome to ask if you need help getting started, or if you have any questions regarding this project or ZeldaRET's other decompilation projects. Most discussions happen on our [Discord Server](https://discord.zelda64.dev), where you are welcome to ask if you need help getting started, or if you have any questions regarding this project or ZeldaRET's other decompilation projects.
For more information on getting started, see our [Contributing Guide](CONTRIBUTING.md), [Style Guide](docs/STYLE.md) and our [Code Review Guidelines](docs/REVIEWING.md) to see what code quality guidelines we follow. For more information on getting started, see our [Contributing Guide](docs/CONTRIBUTING.md), [Style Guide](docs/STYLE.md) and our [Code Review Guidelines](docs/REVIEWING.md) to see what code quality guidelines we follow.

View File

@ -691,7 +691,7 @@ wordReplace = {
"gSaveContext.nextTransition": "gSaveContext.nextTransitionType", "gSaveContext.nextTransition": "gSaveContext.nextTransitionType",
"gSaveContext.unk_3F48": "gSaveContext.cutsceneTransitionControl", "gSaveContext.unk_3F48": "gSaveContext.cutsceneTransitionControl",
"gSaveContext.fadeDuration": "gSaveContext.transFadeDuration", "gSaveContext.fadeDuration": "gSaveContext.transFadeDuration",
"gSaveContext.fadeSpeed": "gSaveContext.transWipeSpeed" "gSaveContext.fadeSpeed": "gSaveContext.transWipeSpeed",
"D_801D15B0" : "gZeroVec3f", "D_801D15B0" : "gZeroVec3f",
"D_801D15BC" : "gZeroVec3s", "D_801D15BC" : "gZeroVec3s",