diff options
author | Astatin <[email protected]> | 2024-08-20 19:04:52 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-20 19:04:52 +0900 |
commit | 358e97cc2628d4617543d20d2c40111699f067d6 (patch) | |
tree | debc43b063bf995cc3139098f780193d5c73ba87 /bunny.gbasm | |
parent | c5ee7cfdd9ecb83bc1547a66ab1895685e49aaa4 (diff) |
Random walker mitosis + Add rooms at the end of random walk
Diffstat (limited to 'bunny.gbasm')
-rw-r--r-- | bunny.gbasm | 4 |
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 |