aboutsummaryrefslogtreecommitdiff
path: root/entity
diff options
context:
space:
mode:
Diffstat (limited to 'entity')
-rw-r--r--entity/bunny.gbasm4
1 files changed, 4 insertions, 0 deletions
diff --git a/entity/bunny.gbasm b/entity/bunny.gbasm
index 7520720..928693c 100644
--- a/entity/bunny.gbasm
+++ b/entity/bunny.gbasm
@@ -148,6 +148,10 @@ Move_Bunny:
BIT 3, A
JP NZ, =.Start_action_or_movement.end
+ LD A, $mem_requested_mode
+ CP $enum_dungeon_mode
+ JP NZ, =.Start_action_or_movement.end
+
LD A, $mem_bunny_direction
AND $70
LD D, A