#include "game_types.h"

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

void Sub_08013134(char *st)
{
    int v = Script_FetchHelper_08013030();
    st[20] = (char)(v - 64);
    st[0] = (char)(st[0] | 3);
}
