aboutsummaryrefslogtreecommitdiff
path: root/bunny.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'bunny.gbasm')
-rw-r--r--bunny.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/bunny.gbasm b/bunny.gbasm
index a297c7e..702b464 100644
--- a/bunny.gbasm
+++ b/bunny.gbasm
@@ -55,7 +55,7 @@ Move_Bunny:
CALL =Is_Solid
CP $00
- JR NZ, =Move_Bunny.collision
+ ; JR NZ, =Move_Bunny.collision
LD B, D
@@ -85,7 +85,7 @@ Move_Bunny:
CALL =Is_Solid
CP $00
- JR NZ, =Move_Bunny.collision
+ ; JR NZ, =Move_Bunny.collision
LD B, D