diff options
author | InfernoGear <32606575+InfernoGear@users.noreply.github.com> | 2021-03-31 20:21:33 -0500 |
---|---|---|
committer | InfernoGear <32606575+InfernoGear@users.noreply.github.com> | 2021-03-31 20:21:33 -0500 |
commit | 6e9b354d4d3e232949416bc9de12d17ca08875a9 (patch) | |
tree | f07d5dba85e3acef35213cbae9b18a2e9f1a7f02 | |
parent | d3ff23341ed6bc9715bb3b90a7d40b2f21b5e94b (diff) |
Added my tutorial to the wiki page.
-rw-r--r-- | Tutorials.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tutorials.md b/Tutorials.md index d249970..5080311 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -16,6 +16,7 @@ Here's all we have so far: - [Upgrades to existing features](#upgrades-to-existing-features) - [Removing features](#removing-features) - [Features from different generations](#features-from-different-generations) +- [Fixing bugs](#fixing-bugs) - [Assembly programming](#assembly-programming) - [To do](#to-do) @@ -42,6 +43,9 @@ Here's all we have so far: - [Running Shoes](Running-Shoes) - [Turn to face enemy trainers when "Seen" by them](Turn-to-face-enemy-trainers-when-seen-by-them) +## Fixing bugs +- [Fix the 1/255 miss bug](Fix-the-1-in-255-miss-bug) + ## Assembly programming ## To do |