Files
mm/docs/tutorial/diff_and_permuter.md
T
Tom Overton 158d1b26b0 PlayState rename (#835)
* PlayState rename

* Make this work with the latest master and run format

* Respond to hensldm's review

* Respond to Elliptic's review

* Add Effect_GetPlayState to namefixer.py

* Add missed comma
2022-06-26 11:57:37 -04:00

6.3 KiB

diff.py and the permuter

This document is intended as a step-by-step demonstration of matching a reasonably complex function using the diff script diff.py and the decomp permuter, both included in the repo. For general information on both see the tools documentation.

Until such time as someone finds a suitable function, you can look at the OoT tutorial: here for diff.py and here for the permuter.