Miscellaneous fixes
Addresses the haircut brothers' probability comments in #709
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
unownword: MACRO
|
||||
x = 1
|
||||
rept STRLEN(\1)
|
||||
db STRSUB(\1, x, 1) - $40
|
||||
db STRSUB(\1, x, 1) - "A" + $40
|
||||
x = x + 1
|
||||
endr
|
||||
db -1
|
||||
|
Reference in New Issue
Block a user