diff options
Diffstat (limited to 'src/enemies.s')
| -rw-r--r-- | src/enemies.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemies.s b/src/enemies.s index 6201416..2208758 100644 --- a/src/enemies.s +++ b/src/enemies.s @@ -244,7 +244,7 @@ ;; The Y coordinate is also set at random within the bounds of the ;; playable screen. - jsr Prng::random_valid_y_coordinate + jsr Prng::random_non_repeated_valid_y_coordinate ldx Globals::zp_tmp0 inx sta Enemies::zp_pool_base, x |
