Miscellaneous fixes

Addresses the haircut brothers' probability comments in #709
This commit is contained in:
Rangi
2020-05-05 09:55:19 -04:00
parent d47c560367
commit b69526a908
5 changed files with 9 additions and 8 deletions

View File

@@ -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