diff options
author | Astatin <[email protected]> | 2025-05-09 17:44:37 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-09 17:44:37 +0200 |
commit | b0f9e2e6d53983faa9d213b40d2bd6a23473e134 (patch) | |
tree | e8bf5eedd762203972afa10c6be79692767a3d2f /playerattacks.gbasm | |
parent | 507a9876b85f47ff81cc9150bea858eec064ba05 (diff) |
Refactoring the animations/directions + entities turn function with macros + finishing froge
Diffstat (limited to 'playerattacks.gbasm')
-rw-r--r-- | playerattacks.gbasm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/playerattacks.gbasm b/playerattacks.gbasm index 598dbb8..1d937b9 100644 --- a/playerattacks.gbasm +++ b/playerattacks.gbasm @@ -68,9 +68,8 @@ Canceled_Attack: SET 3, A LD $mem_map_loading_flags, A - LD A, $mem_bunny_direction - OR $40 - LD $mem_bunny_direction, A + LD A, $04 + LD $mem_bunny_animation, A LD A, $mem_bunny_mana LD B, A |