#include "game_types.h"

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

void Sub_08013120(char *st)
{
    int v = Script_FetchHelper_08013030();
    st[18] = (char)(v);
    st[0] = (char)(st[0] | 3);
}
