Skip to content

Commit

Permalink
cheatsheet: fix typo (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkaygames authored Aug 1, 2024
1 parent 034544c commit 0e0ea82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -636,7 +636,7 @@ inc a
ld [wShadowOAM], a
```

## Micelaneous
## Miscellaneous

### Save Data

Expand Down

0 comments on commit 0e0ea82

Please sign in to comment.