#include "game_types.h"

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