From cde1cb7b1f405c2b6e78f19bbc47269c28d87af8 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Wed, 25 Dec 2024 21:24:25 -0500 Subject: Use RGBDS 0.9.0 (#123) --- engine/battle/animations.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index f9608fdb..33036d05 100644 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -1829,8 +1829,7 @@ AnimationMinimizeMon: MinimizedMonSprite: ; 8x5 partial tile graphic -pusho -opt b.X ; . = 0, X = 1 +pusho b.X ; . = 0, X = 1 db %...XX... db %..XXXX.. db %.XXXXXX. -- cgit v1.3.1-sl0p