Pitch wheel

This commit is contained in:
pikalaxalt
2016-05-10 14:33:24 -04:00
parent 46ecd5b869
commit f8c14d97e5
7 changed files with 100 additions and 98 deletions

View File

@@ -78,11 +78,10 @@ togglesfx: macro
db togglesfx_cmd
endm
enum unknownmusic0xe0_cmd
unknownmusic0xe0: macro
db unknownmusic0xe0_cmd
enum slidepitchto_cmd
slidepitchto: macro
db slidepitchto_cmd
db \1 ; unknown
; db \2 ; unknown
dn \2, \3 ; octave, pitch
endm