#include "game_types.h"

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

void Sub_08013194(char *st)
{
    int v = Script_FetchHelper_08013030();
    st[12] = (char)(v - 64);
    st[0] = (char)(st[0] | 12);
}
