No more unknownmusic
This commit is contained in:
@@ -67,9 +67,9 @@ soundinput: macro
|
||||
db \1 ; input
|
||||
endm
|
||||
|
||||
enum unknownmusic0xde_cmd
|
||||
unknownmusic0xde: macro
|
||||
db unknownmusic0xde_cmd
|
||||
enum sound_duty_cmd
|
||||
sound_duty: macro
|
||||
db sound_duty_cmd
|
||||
db \1 ; unknown
|
||||
endm
|
||||
|
||||
|
@@ -141,7 +141,7 @@ channel_struct: MACRO
|
||||
\1LoopCount:: db
|
||||
\1Tempo:: dw
|
||||
\1Tracks:: db ; hi:left lo:right
|
||||
\1Field0x1c:: ds 1 ; c11d
|
||||
\1SFXDutyLoop:: ds 1 ; c11d
|
||||
\1VibratoDelayCount:: db ; initialized by \1VibratoDelay
|
||||
\1VibratoDelay:: db ; number of frames a note plays until vibrato starts
|
||||
\1VibratoExtent:: db
|
||||
|
Reference in New Issue
Block a user