mirror of https://github.com/zeldaret/mm.git
Fix namefixer.py (#972)
* Fix namefixer.py * Fix contributing link (I think)
This commit is contained in:
parent
addfe3a613
commit
aa87f0de89
|
@ -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.
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue