Changes

3,046 bytes added ,  02:55, 23 May 2023
no edit summary
Line 712: Line 712:  
| Available
 
| Available
 
| June 18, 2018
 
| June 18, 2018
 +
|-
 +
| [[11.8.0-41|11.8.0-41]]
 +
|
 +
| July 30, 2018
 +
| See [[11.8.0-41|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| July 30, 2018
 +
|-
 +
| [[11.9.0-42|11.9.0-42]]
 +
|
 +
| December 3, 2018
 +
| See [[11.9.0-42|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| December 3, 2018
 +
|-
 +
| [[11.10.0-43|11.10.0-43]]
 +
|
 +
| May 27, 2019
 +
| See [[11.10.0-43|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| May 27, 2019
 +
|-
 +
| [[11.11.0-43E|11.11.0-43E]]
 +
|
 +
| August 26, 2019
 +
| See [[11.11.0-43E|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| August 26, 2019
 +
|-
 +
| [[11.12.0-44|11.12.0-44]]
 +
|
 +
| November 4, 2019
 +
| See [[11.12.0-44|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| November 4, 2019
 +
|-
 +
| [[11.13.0-45|11.13.0-45]]
 +
|
 +
| December 2, 2019
 +
| See [[11.13.0-45|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| December 2, 2019
 +
|-
 +
| [[11.14.0-46|11.14.0-46]]
 +
|
 +
| November 17, 2020
 +
| See [[11.14.0-46|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| November 17, 2020
 +
|-
 +
| [[11.15.0-47|11.15.0-47]]
 +
|
 +
| July 27, 2021
 +
| See [[11.15.0-47|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| July 27, 2021
 +
|-
 +
| [[11.16.0-48|11.16.0-48]]
 +
|
 +
| August 30, 2022
 +
| See [[11.16.0-48|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| August 30, 2022
 +
|-
 +
| [[11.16.0-49|11.16.0-49]]
 +
|
 +
| September 13, 2022
 +
| See [[11.16.0-49|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| September 13, 2022
 +
|-
 +
| [[11.17.0-50|11.17.0-50]]
 +
|
 +
| May 23, 2023
 +
| See [[11.17.0-50|this]].
 +
|
 +
|
 +
|
 +
| No
 +
| Available
 +
| May 23, 2023
 
|}
 
|}
   Line 1,033: Line 1,154:  
| 0x8
 
| 0x8
 
| 0xB40
 
| 0xB40
| 360 u64s, list of titleIDs(used with icons). Equivalent to the same array in Launcher.dat.
+
| 360 u64s, list of titleIDs(used with icons). Equivalent to the same array in Launcher.dat, but for SD titles.
 
|-
 
|-
 
| 0xB48
 
| 0xB48
Line 1,370: Line 1,491:  
| 0x2
 
| 0x2
 
| u16, Badge Sub ID (used for multi-part badges)
 
| u16, Badge Sub ID (used for multi-part badges)
 +
 +
{| class="wikitable" border="1"
 +
! Value
 +
! Meaning
 +
|-
 +
| 0x0
 +
| Badge is a standalone badge
 +
|-
 +
| 0x0100
 +
| Badge is the left piece of a horizontal 2x1 badge
 +
|-
 +
| 0x0101
 +
| Badge is the right piece of a horizontal 2x1 badge
 +
|-
 +
| 0x1000
 +
| Badge is the top piece of a vertical 1x2 badge
 +
|-
 +
| 0x1010
 +
| Badge is the bottom piece of a vertical 1x2 badge
 +
|-
 +
| 0x1100
 +
| Badge is the top left piece of a 2x2 badge
 +
|-
 +
| 0x1101
 +
| Badge is the top right piece of a 2x2 badge
 +
|-
 +
| 0x1110
 +
| Badge is the bottom left piece of a 2x2 badge
 +
|-
 +
| 0x1111
 +
| Badge is the bottom right piece of a 2x2 badge
 +
|}
 
|}
 
|}
   Line 1,580: Line 1,733:     
Home Menu *only* accesses this file with the Home Menu layout-settings menu / when entering that menu.
 
Home Menu *only* accesses this file with the Home Menu layout-settings menu / when entering that menu.
 +
 +
== Home Menu Jump Parameters ==
 +
 +
Parameters can be provided to [[APT:JumpToHomeMenu]] to perform certain actions when jumping to the home menu.
 +
 +
=== Command Header ===
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Offset
 +
!  Size
 +
!  Description
 +
|-
 +
| 0x0
 +
| 0x4
 +
| Magic Value "ASHP"
 +
|-
 +
| 0x4
 +
| 0x1
 +
| Command ID
 +
|}
 +
 +
If the command requires extra arguments, this header will be padded and the arguments will start at offset 0x8. Otherwise it is just 0x5 bytes large as presented here.
 +
 +
=== Command IDs ===
 +
{| class="wikitable" border="1"
 +
|-
 +
!  ID
 +
!  Description
 +
!  Extra Arguments
 +
|-
 +
| 0x0
 +
| Does Nothing
 +
| None
 +
|-
 +
| 0x1
 +
| Open Instruction Manual
 +
| None
 +
|-
 +
| 0x2
 +
| Download Theme from Theme Shop
 +
| 4-byte ID of the theme (total command size 0xC bytes). This is divided by 1000000 to determine the [[Titles#Title_IDs|title ID variation]], and the remainder corresponds to the theme's DLC content index. If the value is 0 the theme shop will not open correctly, and if the ID isn't valid the theme shop will just return to the home screen after initializing the DLC title.
 +
|-
 +
| 0x3
 +
| Open Badge Picker
 +
| None
 +
|}
    
== Home Menu startup ==
 
== Home Menu startup ==
110

edits