From 0e0ea822934491574e7eecb7b53930c38d19b56b Mon Sep 17 00:00:00 2001 From: Tom Kay <154836474+tomkaygames@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:22:34 -0400 Subject: [PATCH] cheatsheet: fix typo (#102) --- src/cheatsheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cheatsheet.md b/src/cheatsheet.md index 65314be..9eeb32b 100644 --- a/src/cheatsheet.md +++ b/src/cheatsheet.md @@ -36,7 +36,7 @@ Is there something common you think is missing? Check the [github repository](ht - [Manipulate hardware OAM sprites](#manipulate-hardware-oam-sprites) - [Implement a Shadow OAM using @eievui5's Sprite Object Library](#implement-a-shadow-oam-using-eievui5s-sprite-object-library) - [Manipulate Shadow OAM OAM sprites](#manipulate-shadow-oam-oam-sprites) - - [Micelaneous](#micelaneous) + - [Miscellaneous](#miscellaneous) - [Save Data](#save-data) - [Generate random numbers](#generate-random-numbers) @@ -636,7 +636,7 @@ inc a ld [wShadowOAM], a ``` -## Micelaneous +## Miscellaneous ### Save Data