11.1.0-34: Difference between revisions
No edit summary |
|||
| Line 46: | Line 46: | ||
* "Pokémon Moon" | * "Pokémon Moon" | ||
A new FSUSER [[FS:CheckUpdatedDat|command]] was added. If the command returns an error, the caller assumes false. | |||
If the command returns an error, the caller assumes false. | |||
All code changes: | All code changes: | ||
| Line 62: | Line 61: | ||
Same function also now checks for the "Animal Crossing: New Leaf" title in EUR+JAP+USA, and checks if [[Titles|major-version]] is higher than 3. | Same function also now checks for the "Animal Crossing: New Leaf" title in EUR+JAP+USA, and checks if [[Titles|major-version]] is higher than 3. | ||
If version is <=3, it calls the new fs command | If version is <=3, it calls the new fs [[FS:CheckUpdatedDat|command]] with the title-id of the Animal Crossing game. | ||
If the new fs command returns true, it returns that the game is not allowed to be launched, otherwise it will launch it despite being too old. | If the new fs command returns true, it returns that the game is not allowed to be launched, otherwise it will launch it despite being too old. | ||