#include "game_types.h"

/* Level_Veneer46F4 @ 0x080046F4 (real 22B) -- tests whether halfword at +170 is zero. Mirrors src/matched/Level_Veneer46F4.c. */
/* Returns whether the halfword at byte offset 170 is zero. */
int Level_Veneer46F4(char *p)
{
    return *(short *)(p + 170) == 0;
}
