diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2021-09-02 10:31:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 10:31:28 -0400 |
| commit | c94fd6ccbcab53077a96bdce573ff5ec9d39e88f (patch) | |
| tree | 89e9b18bc70b9dcf4e37f1c8ddcc5c31c25b6ee6 /README.md | |
| parent | e6b73951c60072f6a788be77d23210c1d16c05e0 (diff) | |
Updates README to add an FAQ, and also updates CONTRIBUTING to be explicit on the reservation workflow process. (#245)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -133,3 +133,8 @@ Anyone who wishes to contribute to the OOT or MM projects **must not have access 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 and other decompilation projects. For more information on getting started, see our [Contributing Guide](CONTRIBUTING.md) and our [Code Review Guidelines](REVIEWING.md) to see what code quality guidelines we follow. + +## FAQ + +### Q: Why does MM use transient assembly? +A: It is the view of the MM project leads that transient asm is safer than storing the disassembly in the repo. We feel like the C code is more transformative than a straight disassembly.
\ No newline at end of file |
