diff options
| author | emilybrooks <emilybrooksemilybrooks@gmail.com> | 2023-09-05 10:09:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 10:09:49 -0700 |
| commit | 6aa7b4e27ee817f19608dc848adf8ffee3cfc84b (patch) | |
| tree | d413fa4fd8858669b4de2a950127acb81b42a97a /CONTRIBUTING.md | |
| parent | 47805e69c2c554e4b8a7ebcff46af9e3be1fc057 (diff) | |
add a guide for working with splat (#86)
* initial commit
* fixed some wording
* review
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d461e2..6abb0a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,8 @@ Thank you for your interest in the Animal Forest decompilation. This is a brief ## Useful Links -- [MM decomp tutorial](https://github.com/zeldaret/mm/blob/master/docs/tutorial/contents.md) Detailed tutorial for learning in general how decomp works and how to decompile a small, simple file. Note that this project uses a different build system, so some information doesn't apply. +- [Working With Splat](docs/working_with_splat.md) +- [MM decomp tutorial](https://github.com/zeldaret/mm/blob/master/docs/tutorial/contents.md) Detailed tutorial for learning in general how decomp works and how to decompile a small, simple file. Note that mm doesn't use splat, so some information doesn't apply. - [Introduction to OOT decomp](https://github.com/zeldaret/oot/blob/master/docs/tutorial/contents.md) - Covers slightly different topics. Most discussions happen in the `#af-decomp` channel on our [Discord Server](https://discord.zelda64.dev) where you are welcome to ask if you need help getting started. |
