mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Revert "Update field_specials.c"
This reverts commit f67137ddb23fc5fb5aea18ae3665dc0e9a68b409.
This commit is contained in:
parent
f67137ddb2
commit
ba9b533845
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user