From 358e97cc2628d4617543d20d2c40111699f067d6 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 20 Aug 2024 19:04:52 +0900 Subject: Random walker mitosis + Add rooms at the end of random walk --- bunny.gbasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bunny.gbasm') 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 -- cgit v1.2.3-70-g09d2