summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortustin2121 <tustin2121@gmail.com>2020-09-21 16:21:09 -0400
committertustin2121 <tustin2121@gmail.com>2020-09-21 16:21:09 -0400
commitc22c5cb34ba1681a4176517e1e0cc01e512e01ec (patch)
treeb11fb785ac5e8118307adc21ae8163279e534a29
parentf806235b6826c94b8a8f0718d512c93d209f736c (diff)
Added new tutorial about fixing ground effects of invisible objects.
-rw-r--r--Home.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Home.md b/Home.md
index 119ec14..4311ae5 100644
--- a/Home.md
+++ b/Home.md
@@ -8,6 +8,7 @@ These tutorials explain how to fix some bugs in the vanilla version of the game.
- **[Surf Dismount Ground Effects](Surfing-Dismount-Ground-Effects)**
- **[Fix Snow Weather](Fix-Snow-Weather)**
- **[Seeding the RNG properly on startup](https://www.pokecommunity.com/showpost.php?p=10127870&postcount=52)**
+- **[Keep the Camera from Making Waves](Keep-the-Camera-from-Making-Waves)**
### Basic
These tutorials are simple changes that those with basic programming knowledge should be able to do.