Can fit in 7 more pages

This commit is contained in:
kris 2019-03-07 16:04:01 +00:00
parent 99c7f6db34
commit f133bb0008
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ class Audio:
def encode_audio(self, audio):
for a in audio:
a = max(-30, min(a * 2, 32)) + 34
page = random.randint(32, 49)
page = random.randint(32, 56)
content = random.randint(0,255)
offsets = [random.randint(0, 255) for _ in range(4)]
yield opcodes.TICK_OPCODES[(a, page)](content, offsets)

View File

@ -1146,13 +1146,13 @@ op_tick 46
op_tick 47
op_tick 48
op_tick 49
;op_tick 50
;op_tick 51
;op_tick 52
;op_tick 53
;op_tick 54
;op_tick 55
;op_tick 56
op_tick 50
op_tick 51
op_tick 52
op_tick 53
op_tick 54
op_tick 55
op_tick 56
;op_tick 57
;op_tick 58
;op_tick 59