level and speed up stuff

This commit is contained in:
2024-04-23 12:45:39 +02:00
parent ac4801c7cf
commit ff95034605
11 changed files with 77 additions and 13 deletions

View File

@ -52,10 +52,10 @@ spiCmdHandler_7:
;; insert a call here
bic #SOUND_MOTION, &cmd
spiCmdHandler_8:
bit #SOUND_SPEED_UP, &cmd
bit #SOUND_PLING, &cmd
jz spiCmdHandler_end
;; insert a call here
bic #SOUND_SPEED_UP, &cmd
call #playPling
bic #SOUND_PLING, &cmd
spiCmdHandler_end:
ret