├── ONETROPHY ├── eboot.bin ├── git │ ├── shared.lua │ ├── thread_net.lua │ ├── updater.lua │ └── updater │ │ ├── param.sfo │ │ ├── script.lua │ │ └── update.png ├── lang │ ├── Chinese_S.txt │ ├── Chinese_T.txt │ ├── RUSSIAN.txt │ └── english_us.txt ├── resources │ ├── Background.png │ ├── Splash.png │ ├── Trophies.png │ ├── buttons.png │ └── buttons2.png ├── sce_sys │ ├── icon0.png │ ├── livearea │ │ └── contents │ │ │ ├── bg0.png │ │ │ ├── startup.png │ │ │ └── template.xml │ └── param.sfo ├── script.lua └── system │ ├── commons.lua │ ├── scroll.lua │ ├── trophies_group.lua │ ├── trophies_list.lua │ └── trophies_title.lua ├── README.md ├── SCREENSHOOT1.png ├── SCREENSHOOT2.png ├── SCREENSHOOT3.png └── version /ONETROPHY/eboot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/eboot.bin -------------------------------------------------------------------------------- /ONETROPHY/git/shared.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/git/shared.lua -------------------------------------------------------------------------------- /ONETROPHY/git/thread_net.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/git/thread_net.lua -------------------------------------------------------------------------------- /ONETROPHY/git/updater.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/git/updater.lua -------------------------------------------------------------------------------- /ONETROPHY/git/updater/param.sfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/git/updater/param.sfo -------------------------------------------------------------------------------- /ONETROPHY/git/updater/script.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/git/updater/script.lua -------------------------------------------------------------------------------- /ONETROPHY/git/updater/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/git/updater/update.png -------------------------------------------------------------------------------- /ONETROPHY/lang/Chinese_S.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/lang/Chinese_S.txt -------------------------------------------------------------------------------- /ONETROPHY/lang/Chinese_T.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/lang/Chinese_T.txt -------------------------------------------------------------------------------- /ONETROPHY/lang/RUSSIAN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/lang/RUSSIAN.txt -------------------------------------------------------------------------------- /ONETROPHY/lang/english_us.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/lang/english_us.txt -------------------------------------------------------------------------------- /ONETROPHY/resources/Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/resources/Background.png -------------------------------------------------------------------------------- /ONETROPHY/resources/Splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/resources/Splash.png -------------------------------------------------------------------------------- /ONETROPHY/resources/Trophies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/resources/Trophies.png -------------------------------------------------------------------------------- /ONETROPHY/resources/buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/resources/buttons.png -------------------------------------------------------------------------------- /ONETROPHY/resources/buttons2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/resources/buttons2.png -------------------------------------------------------------------------------- /ONETROPHY/sce_sys/icon0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/sce_sys/icon0.png -------------------------------------------------------------------------------- /ONETROPHY/sce_sys/livearea/contents/bg0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/sce_sys/livearea/contents/bg0.png -------------------------------------------------------------------------------- /ONETROPHY/sce_sys/livearea/contents/startup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/sce_sys/livearea/contents/startup.png -------------------------------------------------------------------------------- /ONETROPHY/sce_sys/livearea/contents/template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/sce_sys/livearea/contents/template.xml -------------------------------------------------------------------------------- /ONETROPHY/sce_sys/param.sfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/sce_sys/param.sfo -------------------------------------------------------------------------------- /ONETROPHY/script.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/script.lua -------------------------------------------------------------------------------- /ONETROPHY/system/commons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/system/commons.lua -------------------------------------------------------------------------------- /ONETROPHY/system/scroll.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/system/scroll.lua -------------------------------------------------------------------------------- /ONETROPHY/system/trophies_group.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/system/trophies_group.lua -------------------------------------------------------------------------------- /ONETROPHY/system/trophies_list.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/system/trophies_list.lua -------------------------------------------------------------------------------- /ONETROPHY/system/trophies_title.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/ONETROPHY/system/trophies_title.lua -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/README.md -------------------------------------------------------------------------------- /SCREENSHOOT1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/SCREENSHOOT1.png -------------------------------------------------------------------------------- /SCREENSHOOT2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/SCREENSHOOT2.png -------------------------------------------------------------------------------- /SCREENSHOOT3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ONElua/TrophyManager/HEAD/SCREENSHOOT3.png -------------------------------------------------------------------------------- /version: -------------------------------------------------------------------------------- 1 | 16973824 --------------------------------------------------------------------------------