diff --git a/README.md b/README.md index cbb07e1..e903308 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Scripts in this repo +- [SystemRestoreV3](https://suchmememanyskill.github.io/TegraScript/scripts/SystemRestoreV3.te) +- [Dump saves](https://suchmememanyskill.github.io/TegraScript/scripts/Dump_saves.te) + # Syntax ## Variable assignment @@ -251,4 +255,4 @@ You can initiate a save class by using `readsave("path/to/save")`. This uses a l | fsexists | String | 0: Path | Integer | Checks if a file or folder exists. Returns 1 when it exists, 0 if it does not | fsexists("sd:/hbmenu.nro") | | payload | String | 0: Path to payload | Integer | Boots to a payload. Returns an integer on failure | payload("sd:/atmosphere/reboot_payload.bin") | | combinepath | Any arg count of (String) | any: String to be combined | String | Combines path parts together into a path | combinepath("sd:/", "tegraexplorer", "firmware") # Returns "sd:/tegraexplorer/firmware" | -| escapepath | String | 0: String to escape a folder | String | Escapes a folder path (to go 1 folder back). See example | escapepath("sd:/tegraexplorer/firmware") # Returns "sd:/tegraexplorer" | \ No newline at end of file +| escapepath | String | 0: String to escape a folder | String | Escapes a folder path (to go 1 folder back). See example | escapepath("sd:/tegraexplorer/firmware") # Returns "sd:/tegraexplorer" |