Moved some global metadata values to class Player, added battle points property

This commit is contained in:
Maruno17
2021-04-12 20:31:15 +01:00
parent e49ddde198
commit 9f70b29795
24 changed files with 283 additions and 94 deletions

View File

@@ -40,7 +40,7 @@ class PokeBattle_RealBattlePeer
end
def pbGetStorageCreatorName
return pbGetStorageCreator if $PokemonGlobal.seenStorageCreator
return pbGetStorageCreator if $Trainer.seen_storage_creator
return nil
end