add TryFindHiddenPokemon back in
This commit is contained in:
parent
7862a7d1a2
commit
5da18d9263
@ -189,6 +189,10 @@ int ProcessPlayerFieldInput(struct FieldInput *input)
|
||||
ShowStartMenu();
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if (input->tookStep && TryFindHiddenPokemon())
|
||||
return TRUE;
|
||||
|
||||
if (input->pressedSelectButton && UseRegisteredKeyItemOnField() == TRUE)
|
||||
return TRUE;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user