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

From Deep Sea Knowledge
Jump to navigation Jump to search
(but wait, there's more!)
(fix stage name size)
Line 24: Line 24:
 
| 0x80 || User-specific identifier || 8 || Possibly NEX Unique ID?
 
| 0x80 || User-specific identifier || 8 || Possibly NEX Unique ID?
 
|-
 
|-
| 0x110 || Stage Name || 0x20 || UTF16LE
+
| 0x110 || Stage Name || 0x24 || UTF16LE
 
|-
 
|-
 
| 0xC998 || JPEG Thumbnail || 0x25800 ||  
 
| 0xC998 || JPEG Thumbnail || 0x25800 ||  

Revision as of 16:29, 25 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
0x7A Country Code 2 "US", "CA", etc...
0x80 User-specific identifier 8 Possibly NEX Unique ID?
0x110 Stage Name 0x24 UTF16LE
0xC998 JPEG Thumbnail 0x25800