mirror of
https://booba.tech/CutTheCord/cutthecord.git
synced 2024-08-15 03:24:52 +00:00
46620
0f8f3bcbb3
- [x] Folder structure - [x] Script updates - [x] XML patches - [x] Move all patches to this repo - [x] Make sure jenkins is ready for new build system Reviewed-on: https://booba.tech/CutTheCord/cutthecord/pulls/2 Co-authored-by: 46620 <46620osu@gmail.com> Co-committed-by: 46620 <46620osu@gmail.com>
8 lines
No EOL
270 B
Python
8 lines
No EOL
270 B
Python
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 |