This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A script for checking all of a 3DS console's important files and their integrity. | |
# original script by FrozenFire | |
# overhaul, fixes, and current maintenance by StarlitSkies | |
# last modified: 2024-09-23 | |
# version: 3.1.0 | |
# if you didn't get this file from https://gist.github.com/StarlitSkies/f417c1ded9de8fceffdb532f92823377/, go there and make sure this copy wasn't tampered with | |
# latest changelog: | |
# refactor a bunch of things | |
# reduce reliance on nested ifs so i can use more labels without the script exploding |