mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
trainer rematch improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user