#include "game_types.h"

/* Level_Veneer4678 @ 0x08004678 (real 22B) -- tests whether halfword at +164 is positive. Mirrors src/matched/Level_Veneer4678.c. */
/* Returns whether the halfword at byte offset 164 is greater than 0. */
int Level_Veneer4678(char *p)
{
    return *(short *)(p + 164) > 0;
}
