Revert "Update field_specials.c"

This reverts commit f67137ddb23fc5fb5aea18ae3665dc0e9a68b409.
This commit is contained in:
kiliwily 2022-01-06 19:45:38 +01:00
parent f67137ddb2
commit ba9b533845

View File

@ -352,9 +352,7 @@ 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;