#include "game_types.h"

/* Sound_Veneer1078C @ 0x0801078C (real 30B) -- mailbox write of two words to 0x02000138/3C. Mirrors src/matched/Sound_Veneer1078C.c. */
/* Writes the two args into the EWRAM mailbox at 0x02000138/0x0200013C. */
void Sound_Veneer1078C(int a, int b)
{
    *(int *)0x02000138 = a;
    *(int *)0x0200013C = b;
}
