mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
parent
b5eb88b9f3
commit
d4219ed94c
@ -853,7 +853,7 @@ if __name__ == "__main__":
|
|||||||
message.bytes += [0xFF, 0x27, 0x05]
|
message.bytes += [0xFF, 0x27, 0x05]
|
||||||
elif command == "rainbow":
|
elif command == "rainbow":
|
||||||
fx_stack.append(0x06)
|
fx_stack.append(0x06)
|
||||||
message.bytes += [0xFF, 0x27, 0x06]
|
message.bytes += [0xFF, 0x26, 0x06]
|
||||||
elif command == "/rainbow":
|
elif command == "/rainbow":
|
||||||
fx_stack.pop()
|
fx_stack.pop()
|
||||||
message.bytes += [0xFF, 0x27, 0x06]
|
message.bytes += [0xFF, 0x27, 0x06]
|
||||||
|
Loading…
Reference in New Issue
Block a user