#include "game_types.h"

/* Sub_0801137C @ 0x0801137C (real 30B) -- mailbox write of two words to 0x02000158/5C. Mirrors src/matched/Sub_0801137C.c. */
/* Writes the two args into the EWRAM mailbox at 0x02000158/0x0200015C. */
void Sub_0801137C(int a, int b)
{
    *(int *)0x02000158 = a;
    *(int *)0x0200015C = b;
}
