#include "game_types.h"

/* Sub_08004718 @ 0x08004718 (real 30B) -- tests whether either of the words at +88/+92 is nonzero. Mirrors src/matched/Sub_08004718.c. */
/* Returns whether word 22 or word 23 of the object is nonzero. */
int Sub_08004718(int *p)
{
    return p[22] != 0 || p[23] != 0;
}
