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.) |
Minty Meeo (talk | contribs) (Made this pathetic page already.) |
||
Line 1: | Line 1: | ||
− | + | <code>prefs.bin</code> is a [[Pikmin_labeled_parameter_files|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 s17 appears to be a string length indicator for the "blah" left just before the '''Null Byte Partition'''. Since the file is depricated, 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}} |
Revision as of 07:39, 3 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 depricated, however, there is no way to say for sure.
Contents
Contents
Local Parms
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