add TryFindHiddenPokemon back in
This commit is contained in:
parent
7862a7d1a2
commit
5da18d9263
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue