#include "game_types.h"

/* Sub_08004750 @ 0x08004750 (real 20B) -- tests whether word at +12 equals 0x1A241040. Mirrors src/matched/Sub_08004750.c. */
/* Returns whether word 3 equals the pool constant 0x1A241040 (twin of
   Sub_08004738 with a different pool). */
int Sub_08004750(int *p)
{
    return p[3] == 0x1A241040;
}
