update 6.7

This commit is contained in:
chardub
2025-09-28 15:53:01 -04:00
parent ef5e023ae0
commit 318ff90d8d
696 changed files with 111759 additions and 198230 deletions

View File

@@ -27,9 +27,9 @@ class StorageSystemPC
def name
return "Pokemon Storage"
#if $Trainer.seen_storage_creator
# return _INTL("{1}'s PC",pbGetStorageCreator)
# return "{1}'s PC",pbGetStorageCreator
#else
# return _INTL("Someone's PC")
# return "Someone's PC"
#end
end
@@ -260,6 +260,10 @@ def pbPokeCenterPC
break if !PokemonPCList.callCommand(command)
end
pbSEPlay("PC close")
if $game_temp.transfer_box_autosave
Game.save()
$game_temp.transfer_box_autosave=false
end
end
def pbGetStorageCreator