Update field_specials.c
This commit is contained in:
@@ -352,7 +352,9 @@ bool32 ShouldDoWallyCall(void)
|
|||||||
case MAP_TYPE_ROUTE:
|
case MAP_TYPE_ROUTE:
|
||||||
case MAP_TYPE_OCEAN_ROUTE:
|
case MAP_TYPE_OCEAN_ROUTE:
|
||||||
if (++(*GetVarPointer(VAR_WALLY_CALL_STEP_COUNTER)) < 250)
|
if (++(*GetVarPointer(VAR_WALLY_CALL_STEP_COUNTER)) < 250)
|
||||||
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user