We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034544c commit 0e0ea82Copy full SHA for 0e0ea82
src/cheatsheet.md
@@ -36,7 +36,7 @@ Is there something common you think is missing? Check the [github repository](ht
36
- [Manipulate hardware OAM sprites](#manipulate-hardware-oam-sprites)
37
- [Implement a Shadow OAM using @eievui5's Sprite Object Library](#implement-a-shadow-oam-using-eievui5s-sprite-object-library)
38
- [Manipulate Shadow OAM OAM sprites](#manipulate-shadow-oam-oam-sprites)
39
- - [Micelaneous](#micelaneous)
+ - [Miscellaneous](#miscellaneous)
40
- [Save Data](#save-data)
41
- [Generate random numbers](#generate-random-numbers)
42
@@ -636,7 +636,7 @@ inc a
636
ld [wShadowOAM], a
637
```
638
639
-## Micelaneous
+## Miscellaneous
640
641
### Save Data
642
0 commit comments