diff options
author | tustin2121 <tustin2121@gmail.com> | 2020-10-13 21:32:50 -0400 |
---|---|---|
committer | tustin2121 <tustin2121@gmail.com> | 2020-10-13 21:32:50 -0400 |
commit | 29d0bde466eea6a21fac09bfa6e1e71d670f76cd (patch) | |
tree | 337eed26e8227f15a9dc25379808abee9f8c269b | |
parent | 5511f5df53b579725055f6e1d853f65a74c2f1b6 (diff) |
Adding tutorial for reset size text control code
-rw-r--r-- | Home.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ These tutorials explain how to fix some bugs in the vanilla version of the game. - **[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)** +- **[Implement Missing Text Function `RESET_SIZE`](Implement-Missing-Text-Function-RESET_SIZE)** ### Basic These tutorials are simple changes that those with basic programming knowledge should be able to do. |