From 8f2a2e093dc10ab2e187ee171f7e55c489dbb2cc Mon Sep 17 00:00:00 2001 From: i0brendan0 <19826742+i0brendan0@users.noreply.github.com> Date: Wed, 1 Aug 2018 00:25:58 -0500 Subject: =?UTF-8?q?Updated=20Increase=20Pok=C3=A9mon=20sprite=20animation?= =?UTF-8?q?=20size=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Increase-Pok\303\251mon-sprite-animation-size.md" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/Increase-Pok\303\251mon-sprite-animation-size.md" "b/Increase-Pok\303\251mon-sprite-animation-size.md" index 9a9cccd..2902328 100644 --- "a/Increase-Pok\303\251mon-sprite-animation-size.md" +++ "b/Increase-Pok\303\251mon-sprite-animation-size.md" @@ -135,7 +135,8 @@ Edit [engine/gfx/load_pics.asm](../blob/master/engine/gfx/load_pics.asm): ld b, a push bc call GetFrontpicPointer - ld a, BANK(wDecompressEnemyFrontpic) +- ld a, BANK(wDecompressEnemyFrontpic) ++ ld a, BANK(wDecompressScratch) ld [rSVBK], a ld a, b - ld de, wDecompressEnemyFrontpic -- cgit v1.2.3