Fixed type-boosting Gems being consumed when they shouldn't, fixed compiler error relating to replacing battle-starting methods

This commit is contained in:
Maruno17
2022-05-19 13:42:21 +01:00
parent e9cd62b8b6
commit 5fb8218098
3 changed files with 5 additions and 3 deletions

View File

@@ -219,6 +219,7 @@ def pbChangePlayer(id)
meta = GameData::PlayerMetadata.get(id)
return false if !meta
$player.character_ID = id
return true
end
def pbTrainerName(name = nil, outfit = 0)