#include "game_types.h"

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