aboutsummaryrefslogtreecommitdiff
path: root/entity/bunny.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-11-15 17:43:42 +0900
committerAstatin <[email protected]>2024-11-15 17:43:42 +0900
commit1aa36f5ce5bbdbd597456efd4603b83682d27e59 (patch)
tree9469e417060ac4db2c60b8c1c6890994c18bd439 /entity/bunny.gbasm
parentcfd36cc6a11923c8863b699e70b90149ad1c731a (diff)
Fix the hop map loading + animation entity + object loading
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