diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2024-12-25 21:24:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-25 21:24:21 -0500 |
| commit | cd1065b7a92fead9513a28ada44c170fcb74ea9c (patch) | |
| tree | 88d028d446f2dd15545ddb4d9f1d5b6152e384fe /engine | |
| parent | Use `SERIAL_RNS_LENGTH` in `BattleRandom` (diff) | |
| download | pokeyellow-cd1065b7a92fead9513a28ada44c170fcb74ea9c.tar.gz pokeyellow-cd1065b7a92fead9513a28ada44c170fcb74ea9c.tar.xz pokeyellow-cd1065b7a92fead9513a28ada44c170fcb74ea9c.zip | |
Use RGBDS 0.9.0 (#482)
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 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. |
