trainer rematch improvements

This commit is contained in:
infinitefusion
2022-03-30 20:08:09 -04:00
parent f8c8be07b7
commit 62a5ff7872
11 changed files with 65 additions and 22 deletions

View File

@@ -130,7 +130,7 @@ module GameData
trainer.items = @items.clone
trainer.lose_text = self.lose_text
isRematch = $game_switches[200]
isRematch = $game_switches[IS_REMATCH_SWITCH]
rematchId = getRematchId(trainer.name, trainer.trainer_type)
# Create each Pokémon owned by the trainer