#include "game_types.h"

/* Sub_08010EFC @ 0x08010EFC (real 30B) -- mailbox write of two words to 0x02000150/54. Mirrors src/matched/Sub_08010EFC.c. */
/* Writes the two args into the EWRAM mailbox at 0x02000150/0x02000154. */
void Sub_08010EFC(int a, int b)
{
    *(int *)0x02000150 = a;
    *(int *)0x02000154 = b;
}
