Download alt sprites

This commit is contained in:
infinitefusion
2023-05-07 15:29:50 -04:00
parent 51e5bb2450
commit f9c02bf8ab
5 changed files with 51 additions and 9 deletions

View File

@@ -25,11 +25,12 @@ class StorageSystemPC
end
def name
if $Trainer.seen_storage_creator
return _INTL("{1}'s PC",pbGetStorageCreator)
else
return _INTL("Someone's PC")
end
return "Pokemon Storage"
#if $Trainer.seen_storage_creator
# return _INTL("{1}'s PC",pbGetStorageCreator)
#else
# return _INTL("Someone's PC")
#end
end
def access