#include "game_types.h"

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

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