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 /rng.gbasm | |
parent | c5ee7cfdd9ecb83bc1547a66ab1895685e49aaa4 (diff) |
Random walker mitosis + Add rooms at the end of random walk
Diffstat (limited to 'rng.gbasm')
-rw-r--r-- | rng.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Debug_RNG: RET Initialize_RNG: - LD A, $42 + LD A, $43 LD $mem_rng_state_1, A LD A, $15 LD $mem_rng_state_2, A |