#include "game_types.h"

/* Sub_08004990 @ 0x08004990 (real 8B) -- returns signed halfword at struct+134. Mirrors src/matched/Sub_08004990.c. */
/* Returns the signed halfword at byte offset 134 of the object. */
int Sub_08004990(char *p, int unused)
{
    (void)unused;
    return *(short *)(p + 134);
}
