aboutsummaryrefslogtreecommitdiff
path: root/bunny.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-20 19:04:52 +0900
committerAstatin <astatin@redacted>2024-08-20 19:04:52 +0900
commit358e97cc2628d4617543d20d2c40111699f067d6 (patch)
treedebc43b063bf995cc3139098f780193d5c73ba87 /bunny.gbasm
parentc5ee7cfdd9ecb83bc1547a66ab1895685e49aaa4 (diff)
Random walker mitosis + Add rooms at the end of random walk
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