diff options
| author | Idain <luiscarlosholguinperez@outlook.com> | 2021-10-15 19:34:34 -0400 |
|---|---|---|
| committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-10-15 19:34:34 -0400 |
| commit | 9b24f0d207f3eb07a5e3acbe285edf9bf231f2c1 (patch) | |
| tree | 1fa17f76a4ad106021148788018dd7efbdafbc3f | |
| parent | acb4d4a2e4c844b1de6f66c0f2650d758f41bd99 (diff) | |
Small update to tutorial.
| -rw-r--r-- | Increase-Pokémon-sprite-animation-size.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Increase-Pokémon-sprite-animation-size.md b/Increase-Pokémon-sprite-animation-size.md index 358c161..5fbbbc3 100644 --- a/Increase-Pokémon-sprite-animation-size.md +++ b/Increase-Pokémon-sprite-animation-size.md @@ -73,13 +73,13 @@ Edit [sram.asm](../blob/master/sram.asm): ```diff SECTION "Scratch", SRAM -+UNION ; a000 - sScratch:: ds $600 ; a000 ++UNION + sScratch:: ds $60 tiles + -+NEXTU ; a000 ++NEXTU +sEnemyFrontpicTileCount:: db +sPaddedEnemyFrontpic:: ds 7 * 7 tiles -+ENDU ; a600 ++ENDU ``` TODO: Explain changes. |
