#include "game_types.h"

/* Sub_08004738 @ 0x08004738 (real 20B) -- tests whether word at +12 equals 0x020015B8. Mirrors src/matched/Sub_08004738.c. */
/* Returns whether word 3 equals the pool constant 0x020015B8. */
int Sub_08004738(int *p)
{
    return p[3] == 0x020015B8;
}
