#include "game_types.h"

/* Sub_080130BC @ 0x080130BC (real 10B) -- script byte-veneer: shared fetch helper + store to field 29. Mirrors src/matched/Sub_080130BC.c. */
/* Script byte veneer: enters the shared fetch helper at 0x08013030 (raw bl,
   mid-Script_Advance entry), then stores the fetched byte into field 29.
   The value travels in r3 by hand-asm convention; modeled as a return. */
extern int Script_FetchHelper_08013030(void);

void Sub_080130BC(char *st)
{
    st[29] = (char)Script_FetchHelper_08013030();
}
