#include "game_types.h"

/* Sub_0801315C @ 0x0801315C (real 18B) -- fetch helper into field 15, ORs 12 into field 0. Mirrors src/matched/Sub_0801315C.c. */
/* Runs the shared fetch helper, stores it into field 15, and ORs
   12 into field 0. */
extern int Script_FetchHelper_08013030(void);

void Sub_0801315C(char *st)
{
    int v = Script_FetchHelper_08013030();
    st[15] = (char)(v);
    st[0] = (char)(st[0] | 12);
}
