only missing space
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
.export _sound
|
.export _sound
|
||||||
.import popa
|
.import popa
|
||||||
; play sound, arguments: voice, pitch, distortion, volume. same as BASIC
|
; play sound, arguments: voice, pitch, distortion, volume. same as BASIC
|
||||||
.proc _sound
|
.proc _sound
|
||||||
sta STORE2 ;save volume
|
sta STORE2 ;save volume
|
||||||
jsr popa ;get distortion
|
jsr popa ;get distortion
|
||||||
sta STORE1 ;save distortion
|
sta STORE1 ;save distortion
|
||||||
|
|||||||
Reference in New Issue
Block a user