diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2024-12-25 21:24:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-25 21:24:25 -0500 |
| commit | cde1cb7b1f405c2b6e78f19bbc47269c28d87af8 (patch) | |
| tree | 48ddf9febae1f5a4e3fab20a549a3fa54880f697 /engine | |
| parent | Use spaces around operators (diff) | |
| download | pokeyellow-cde1cb7b1f405c2b6e78f19bbc47269c28d87af8.tar.gz pokeyellow-cde1cb7b1f405c2b6e78f19bbc47269c28d87af8.tar.xz pokeyellow-cde1cb7b1f405c2b6e78f19bbc47269c28d87af8.zip | |
Use RGBDS 0.9.0 (#123)
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/battle/animations.asm | 3 |
1 files changed, 1 insertions, 2 deletions
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. |
