diff options
author | tustin2121 <tustin2121@gmail.com> | 2020-09-21 16:21:09 -0400 |
---|---|---|
committer | tustin2121 <tustin2121@gmail.com> | 2020-09-21 16:21:09 -0400 |
commit | c22c5cb34ba1681a4176517e1e0cc01e512e01ec (patch) | |
tree | b11fb785ac5e8118307adc21ae8163279e534a29 | |
parent | f806235b6826c94b8a8f0718d512c93d209f736c (diff) |
Added new tutorial about fixing ground effects of invisible objects.
-rw-r--r-- | Home.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |