aboutsummaryrefslogtreecommitdiff
path: root/entity/bunny.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'entity/bunny.gbasm')
-rw-r--r--entity/bunny.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/bunny.gbasm b/entity/bunny.gbasm
index 7726bd8..e5106e2 100644
--- a/entity/bunny.gbasm
+++ b/entity/bunny.gbasm
@@ -136,7 +136,7 @@ Move_Bunny:
BIT 3, A
JP Z, =Middle_movement_doublespeed_viewport_update.end
LD A, $mem_moving_animation_step
- CP $08
+ CP $07
JP NZ, =Middle_movement_doublespeed_viewport_update.end
LD A, $mem_bunny_direction
BIT 3, A