From cd1065b7a92fead9513a28ada44c170fcb74ea9c Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Wed, 25 Dec 2024 21:24:21 -0500 Subject: Use RGBDS 0.9.0 (#482) --- engine/battle/animations.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engine/battle') diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index c0835680..83f30ee2 100644 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -1743,8 +1743,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