Tweaked some overworld weather animations, added NPCTrainer#version, added Debug function for editing more things in the phone and its contacts

This commit is contained in:
Maruno17
2023-06-24 23:52:09 +01:00
parent 4fc0806c8a
commit 7d77c5f3fc
6 changed files with 179 additions and 101 deletions

View File

@@ -121,7 +121,7 @@ module GameData
break
end
# Create trainer object
trainer = NPCTrainer.new(tr_name, @trainer_type)
trainer = NPCTrainer.new(tr_name, @trainer_type, @version)
trainer.id = $player.make_foreign_ID
trainer.items = @items.clone
trainer.lose_text = self.lose_text