Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mode8fx committed Jul 30, 2020
1 parent 5604118 commit 4bb9586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All you need are the ROM addresses of whatever you want to change, along with po
- Includes detailed tutorial plus two sample randomizers

## Example Functions
I recommend you look at the ![included tutorial](https://github.com/GateGuy/SimpleRandomizerMaker/blob/master/Readme%20(Tutorial).md) and templates, but the short version is that this program works through three types of objects: Attributes (the things you want to randomize), Rules (requirements that the randomized values must follow), and Rulesets (sets of Rules that are grouped together). Here are some examples:
I recommend you look at the [included tutorial](https://github.com/GateGuy/SimpleRandomizerMaker/blob/master/Readme%20(Tutorial).md) and templates, but the short version is that this program works through three types of objects: Attributes (the things you want to randomize), Rules (requirements that the randomized values must follow), and Rulesets (sets of Rules that are grouped together). Here are some examples:
```
Attribute(
name="My Attribute",
Expand Down

0 comments on commit 4bb9586

Please sign in to comment.