Randomize macro reverted to old version - no Nuclear Winter :)

This commit is contained in:
Pecusx
2022-11-03 18:43:02 +01:00
parent 97d0862a72
commit 1a1761bc4c
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
sta :1+1
.endm
;-------------------------------------
.macro randomizer
.macro randomize
;usage: randomize floor ceiling
;returns (in A) a random .byte between "floor" and "ceiling"
.if :2 < :1
+1 -1
View File
@@ -103,7 +103,7 @@
sta :1+1
.endm
;-------------------------------------
.macro randomizer
.macro randomize
;usage: randomize floor ceiling
;returns (in A) a random .byte between "floor" and "ceiling"
.if :2 < :1