Fix match call regression (#8227)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
This commit is contained in:
parent
49838a004e
commit
eaa768fe79
@ -474,7 +474,7 @@ static u8 CheckTrainer(u8 objectEventId)
|
||||
if (GetTrainerFlagFromScriptPointer(trainerBattlePtr))
|
||||
{
|
||||
//If there is a rematch, we want to trigger the approach sequence
|
||||
if (GetRematchFromScriptPointer(trainerBattlePtr))
|
||||
if (I_VS_SEEKER_CHARGING && GetRematchFromScriptPointer(trainerBattlePtr))
|
||||
{
|
||||
trainerBattlePtr = NULL;
|
||||
numTrainers = 0xFF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user