#include "game_types.h"

/* Math_Modulus @ 0x0801544C (real 2B) -- tail-calls the address arriving in r5 (modulo helper). Mirrors src/matched/Math_Modulus.c. */
/* Tail-calls the modulo routine whose address arrives in r5. */
void Math_Modulus(void (*target)(void))
{
    target();
}
