Update field_specials.c

This commit is contained in:
kiliwily 2022-01-06 19:29:58 +01:00
parent 45e8cd4b84
commit f67137ddb2

View File

@ -352,7 +352,9 @@ bool32 ShouldDoWallyCall(void)
case MAP_TYPE_ROUTE:
case MAP_TYPE_OCEAN_ROUTE:
if (++(*GetVarPointer(VAR_WALLY_CALL_STEP_COUNTER)) < 250)
{
return FALSE;
}
break;
default:
return FALSE;