Editing Mistake
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 253: | Line 253: | ||
===Broken Switch port instruments=== | ===Broken Switch port instruments=== | ||
In the [[Pikmin 2 (Nintendo Switch)|Nintendo Switch port]], all of the binary formats in the game's filesystem had their {{w|endianness}} swapped from big endian to little endian. For {{P2}}'s audio data in particular, the archive that holds information about all the instrument programs used in sequenced music has a few bytes that were not properly swapped. The most likely cause for this may be a result of some simple endian-swapping software accidentally rotating the same referenced bytes several times over, from big endian, to little endian, then back again. | In the [[Pikmin 2 (Nintendo Switch)|Nintendo Switch port]], all of the binary formats in the game's filesystem the had their {{w|endianness}} swapped from big endian to little endian. For {{P2}}'s audio data in particular, the archive that holds information about all the instrument programs used in sequenced music has a few bytes that were not properly swapped. The most likely cause for this may be a result of some simple endian-swapping software accidentally rotating the same referenced bytes several times over, from big endian, to little endian, then back again. | ||
The unrotated bytes were for a ''volume effect'', which would dynamically change the volume of the performing instrument depending on the pitch being played. This volume increase was intended to be subtle, and was used for the trombone-like synthesizers heard in some [[Music in Pikmin 2#Concrete 1|cave songs]]. As a result of this error, this additional effect now makes the instrument it's attached to completely inaudible, and so, some songs now sound as if they are completely missing their main instrument. | The unrotated bytes were for a ''volume effect'', which would dynamically change the volume of the performing instrument depending on the pitch being played. This volume increase was intended to be subtle, and was used for the trombone-like synthesizers heard in some [[Music in Pikmin 2#Concrete 1|cave songs]]. As a result of this error, this additional effect now makes the instrument it's attached to completely inaudible, and so, some songs now sound as if they are completely missing their main instrument. |