#include "game_types.h"

/* Sub_080047D0 @ 0x080047D0 (real 8B) -- returns signed halfword at struct+166. Mirrors src/matched/Sub_080047D0.c. */
/* Returns the signed halfword at byte offset 166 of the object. */
int Sub_080047D0(char *p)
{
    return *(short *)(p + 166);
}
