NDSummary.OnToolTipsLoaded("File:wyz/wyz_player.h",{629:"
void WYZ_Initialize(
u16 song,
u16 inst,
u16 fx,
u16 freq
) __SDCCCALL0
Initialize the Player
",630:"
void WYZ_Pause() __NAKED
Pause song playback
",631:"
void WYZ_Resume()
Resume song playback
",632:"
void WYZ_SetLoop(
u8 loop
)
Change loop mode
",633:"
bool WYZ_IsFinished()
Indicates whether the song has finished playing
",634:"
void WYZ_PlayFX(
u8 numSound
)
Play Sound Effect
",635:"
void WYZ_PlayAY()
Send data from AYREGS buffer to AY registers.  Execute on each interruption of VBLANK
",636:"
void WYZ_PlaySong(
u8 numSong,
bool loop
) __SDCCCALL0
Start song playback
",637:"
void WYZ_Decode()
Process the next step in the song sequence
"});