aboutsummaryrefslogtreecommitdiff
path: root/modes/dungeon.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-08-07 16:53:50 +0200
committerAstatin <[email protected]>2025-08-07 16:53:50 +0200
commit41b5858e855c68e01bf388e54abd82661e846585 (patch)
treedc552e5de42e033f49cb9774c7f1af2b737a5fc0 /modes/dungeon.gbasm
parent162fad62713d6b2e175c4cd5d7e53ebe7dedef11 (diff)
Add heal sound effect + remove useless tile loads
Diffstat (limited to 'modes/dungeon.gbasm')
-rw-r--r--modes/dungeon.gbasm3
1 files changed, 3 insertions, 0 deletions
diff --git a/modes/dungeon.gbasm b/modes/dungeon.gbasm
index e67847b..b747375 100644
--- a/modes/dungeon.gbasm
+++ b/modes/dungeon.gbasm
@@ -11,6 +11,9 @@ Update_Animation_Steps:
BIT 3, A
JR Z, =.update_mode
+ LD A, $mem_map_loading_flags
+ SET 0, A
+ LD $mem_map_loading_flags, A
LD A, $mem_moving_animation_step
INC A
AND $0f