Push the new mutant code, now with a whole lot more diversity~

This commit is contained in:
ave 2019-01-22 23:49:28 +03:00
parent 1e33f68eb4
commit ccd84dde66
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
7 changed files with 1444 additions and 188 deletions

View 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