forked from distok/cutthecord
Dockerise
This commit is contained in:
parent
8ec2dd75c2
commit
55e2e94b63
3921 changed files with 178 additions and 111 deletions
8
resources/patches/mutant/gendiversitycode.py
Normal file
8
resources/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