aboutsummaryrefslogtreecommitdiff
path: root/modes
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-05-09 17:44:37 +0200
committerAstatin <[email protected]>2025-05-09 17:44:37 +0200
commitb0f9e2e6d53983faa9d213b40d2bd6a23473e134 (patch)
treee8bf5eedd762203972afa10c6be79692767a3d2f /modes
parent507a9876b85f47ff81cc9150bea858eec064ba05 (diff)
Refactoring the animations/directions + entities turn function with macros + finishing froge
Diffstat (limited to 'modes')
-rw-r--r--modes/dungeon.gbasm4
1 files changed, 3 insertions, 1 deletions
diff --git a/modes/dungeon.gbasm b/modes/dungeon.gbasm
index cbe1110..3d5b609 100644
--- a/modes/dungeon.gbasm
+++ b/modes/dungeon.gbasm
@@ -50,8 +50,10 @@ Update_Animation_Steps:
.Dead_mode:
- LD A, $20
+ LD A, $00
LD $mem_bunny_direction, A
+ LD A, $02
+ LD $mem_bunny_animation, A
LD A, $enum_dead_mode
LD $mem_current_mode, A