Changes

Jump to navigation Jump to search
52 bytes removed ,  01:05, 15 September 2016
no edit summary
Line 46: Line 46:  
* "Pokémon Moon"
 
* "Pokémon Moon"
   −
fs adds a new command 0x088600C0 that takes a title-id and an unknown byte (probably media-type?), and returns a bool.
+
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 0x088600C0 with the title-id of the Animal Crossing game.
+
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.
  

Navigation menu