This commit is contained in:
dazedanon 2025-12-25 20:14:53 -06:00
parent 8cd7f44e7b
commit fb141c31c2

View file

@ -2007,7 +2007,9 @@ def searchCodes(page, pbar, jobList, filename):
## Event Code: 122 [Set Variables]
if "code" in codeList[i] and codeList[i]["code"] == 122 and CODE122 is True:
# This is going to be the var being set. (IMPORTANT)
# This is going to be the var being translated.
# (Range is non-inclusive at the top end.)
# e.g 0-10 -> range(0, 11)
if codeList[i]["parameters"][0] not in list(range(0, 2000)):
i += 1
continue