Nintendo Badge Arcade/PrizeCollection: Difference between revisions
→Prize (prb): Added clarification on badge image data |
→Language Names: Clarified information on the language names |
||
Line 379: | Line 379: | ||
== Language Names == | == Language Names == | ||
Some files, like the badge and the category, store its name | Some files, like the badge and the category file, store its display name in a set of 16 different languages. | ||
Each language is stored as a little-endian utf16 string, in an allocated 0x100 byte section stacked on top of each other. | |||
A string does not need to fill the entire 0x100 byte section, the remaining data is set to null bytes | |||
The languages are ordered as follows: | |||
# Japanese | |||
# English | |||
# French | |||
# German | |||
# Italian | |||
# Spanish | |||
# Chinese (simple) | |||
# Korean | |||
# Dutch | |||
# Portuguese | |||
# Russian | |||
# Chinese (traditional) | |||
# Unknown | |||
# Unknown | |||
# Unknown | |||
# Unknown | |||