13 u16 set_color = highlight ? BTN_HIGHLIGHT_COLOR : pal_bg_mem[button->
button_pal_idx];
20 if (button == NULL || button->
on_pressed == NULL ||
Utilities for using maxmod to play sound effects.
#define MM_BASE_PITCH_RATE
The default pitch rate for the sound effect played.
void play_sfx(mm_word id, mm_word rate, mm_byte volume)
Play a sound effect, wrapper for mmEffectEx() See https://maxmod.org/ref/functions/mm_sound_effect....