Difference between revisions of "Pikmin prefs parameters"
Jump to navigation
Jump to search
Minty Meeo (talk | contribs) (Minty Meeo moved page Pikmin prefs parameters to Pikmin wave parameters: I was editing in the wrong tab.) |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:''Pikmin'' prefs parameters}} | |
+ | <code>prefs.bin</code> is a [[Pikmin labeled parameter file|labeled parameter file]] located in <code>/dataDir</code>. It goes completely unused. | ||
+ | |||
+ | It appears similar to [[Pikmin_key_parameters|<code>key.bin</code>]]. Could this be an earlier version? | ||
+ | |||
+ | Parameter <code>s17</code> appears to be a string length indicator for the "blah" left just before the '''Null Byte Partition'''. Since the file is deprecated, however, there is no way to say for sure. | ||
+ | |||
+ | __TOC__ | ||
+ | |||
+ | ==Contents== | ||
+ | ===Local Parms=== | ||
+ | {| class="wikitable sortable" | ||
+ | ! Label || Offset || Value | ||
+ | |- | ||
+ | | s00 || || 1 | ||
+ | |- | ||
+ | | s05 || || 2 | ||
+ | |- | ||
+ | | s06 || || 1 | ||
+ | |- | ||
+ | | s01 || || 1 | ||
+ | |- | ||
+ | | s03 || || 1 | ||
+ | |- | ||
+ | | s02 || || 1 | ||
+ | |- | ||
+ | | s04 || || 1 | ||
+ | |- | ||
+ | | s12 || || 1 | ||
+ | |- | ||
+ | | s07 || || 1 | ||
+ | |- | ||
+ | | s13 || || 1 | ||
+ | |- | ||
+ | | s16 || || 1 | ||
+ | |- | ||
+ | | s14 || || 1 | ||
+ | |- | ||
+ | | s08 || || 1 | ||
+ | |- | ||
+ | | s09 || || 1 | ||
+ | |- | ||
+ | | s10 || || 1 | ||
+ | |- | ||
+ | | s11 || || 1 | ||
+ | |- | ||
+ | | s15 || || 1 | ||
+ | |- | ||
+ | | s17 || || 4 | ||
+ | |- | ||
+ | | || 0x90 || blah | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | [[Category:Pikmin]] | ||
+ | [[Category:Parameters]] | ||
+ | {{Credits|Minty_Meeo}} |
Latest revision as of 14:33, 10 September 2018
prefs.bin
is a labeled parameter file located in /dataDir
. It goes completely unused.
It appears similar to key.bin
. Could this be an earlier version?
Parameter s17
appears to be a string length indicator for the "blah" left just before the Null Byte Partition. Since the file is deprecated, however, there is no way to say for sure.
Contents
Contents[edit]
Local Parms[edit]
Label | Offset | Value |
---|---|---|
s00 | 1 | |
s05 | 2 | |
s06 | 1 | |
s01 | 1 | |
s03 | 1 | |
s02 | 1 | |
s04 | 1 | |
s12 | 1 | |
s07 | 1 | |
s13 | 1 | |
s16 | 1 | |
s14 | 1 | |
s08 | 1 | |
s09 | 1 | |
s10 | 1 | |
s11 | 1 | |
s15 | 1 | |
s17 | 4 | |
0x90 | blah |
Credits: Minty_Meeo