forked from distok/cutthecord
Push the new mutant code, now with a whole lot more diversity~
This commit is contained in:
parent
1e33f68eb4
commit
ccd84dde66
7 changed files with 1444 additions and 188 deletions
8
patches/mutant/gendiversitycode.py
Normal file
8
patches/mutant/gendiversitycode.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
mutantcolorbase = 0x101600
|
||||
|
||||
for oof in range(5, 50):
|
||||
character = chr(mutantcolorbase)
|
||||
print(f'const-string v1, "{character}"', end="\n\n")
|
||||
print(f'const/16 v2, {hex(oof)}', end="\n\n")
|
||||
print(f'aput-object v1, v0, v2', end="\n\n")
|
||||
mutantcolorbase += 1
|
Loading…
Add table
Add a link
Reference in a new issue