From 9b24f0d207f3eb07a5e3acbe285edf9bf231f2c1 Mon Sep 17 00:00:00 2001 From: Idain Date: Fri, 15 Oct 2021 19:34:34 -0400 Subject: Small update to tutorial. --- "Increase-Pok\303\251mon-sprite-animation-size.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/Increase-Pok\303\251mon-sprite-animation-size.md" "b/Increase-Pok\303\251mon-sprite-animation-size.md" index 358c161..5fbbbc3 100644 --- "a/Increase-Pok\303\251mon-sprite-animation-size.md" +++ "b/Increase-Pok\303\251mon-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. -- cgit v1.2.3