diff options
author | Thomas Winwood <twwinwood@gmail.com> | 2021-04-17 13:32:01 +0100 |
---|---|---|
committer | Thomas Winwood <twwinwood@gmail.com> | 2021-04-17 13:32:01 +0100 |
commit | 6f27a7dc5b538027624a2b8529efd32485d25c52 (patch) | |
tree | 0643f9ef7dd52b54294f1b86ce33186392abb9a0 | |
parent | e1678a1d67fcad597610d51a9891e2c93c512e51 (diff) |
Updated Tutorials (markdown)
-rw-r--r-- | Tutorials.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tutorials.md b/Tutorials.md index 3e36f78..a0c6a77 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -23,7 +23,7 @@ Tutorials may use diff syntax to show edits: ## Fixes to vanilla code - **[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)** +- **[Seeding the RNG properly on startup](https://www.pokecommunity.com/showpost.php?p=10211666&postcount=155)** - **[Keep the Camera from Making Waves](Keep-the-Camera-from-Making-Waves)** - **[Implement Missing Text Function `RESET_SIZE`](Implement-Missing-Text-Function-RESET_SIZE)** - **[Not showing dex entries until getting the Pokédex](Not-showing-dex-entries-until-getting-the-Pokédex)** |