Skip to navigation

Sound: soundNumberData

Name: soundNumberData [Show more] Type: Variable Category: Sound Summary: A table to map a sound number (0 to 6) to the sound data block(s) that are used to make the sound
Context: See this variable in context in the source code References: This variable is used as follows: * MakeSound uses soundNumberData
.soundNumberData EQUB 1 \ Sound #0 = sound data block #1 then block #0 EQUB 1 \ Sound #1 = sound data block #1 then block #0 EQUB 4 \ Sound #2 = sound data block #4 EQUB 2 \ Sound #3 = sound data block #2 EQUB 2 \ Sound #4 = sound data block #2 EQUB 3 \ Sound #5 = sound data block #3 EQUB 1 \ Sound #6 = sound data block #1 then block #0