Difference between revisions of "Super Smash Bros. Ultimate/Custom Stages"

From Deep Sea Knowledge
Jump to navigation Jump to search
(add nickname offset)
(more fields)
Line 3: Line 3:
 
{| class="wikitable"
 
{| class="wikitable"
 
! Offset !! Description !! Length !! Additional Notes
 
! Offset !! Description !! Length !! Additional Notes
 +
|-
 +
| 0x0 || Stage ID || 2 || Little endian
 
|-
 
|-
 
| 0x1E || Time Edited: Year || 2 || Little endian
 
| 0x1E || Time Edited: Year || 2 || Little endian
Line 17: Line 19:
 
|-
 
|-
 
| 0x26 || Creator Nickname || possibly up to 0x54 || UTF16LE
 
| 0x26 || Creator Nickname || possibly up to 0x54 || UTF16LE
 +
|-
 +
| 0x80 || User-specific identifier || 8 || Possibly NEX Unique ID?
 
|}
 
|}
  
 
[[Category:Super Smash Bros. Ultimate]]
 
[[Category:Super Smash Bros. Ultimate]]

Revision as of 18:51, 23 April 2019

Offset Description Length Additional Notes
0x0 Stage ID 2 Little endian
0x1E Time Edited: Year 2 Little endian
0x20 Time Edited: Month 1
0x21 Time Edited: Day 1
0x22 Time Edited: Hour 1
0x23 Time Edited: Minutes 1
0x24 Time Edited: Seconds 1
0x26 Creator Nickname possibly up to 0x54 UTF16LE
0x80 User-specific identifier 8 Possibly NEX Unique ID?