Custom sequenced Pikmin music
Jump to navigation
Jump to search
.jam files are files used for sequenced music in Pikmin. Below, you will see a somewhat complete guide on how to create a custom .jam file for Pikmin.
Guide[edit]
Tools[edit]
Instructions[edit]

- Download Yoshi2's fork of flaaffy to make a custom
.bmsfile. After that is done, rename the file to whatever.jamyou would like to replace. Make sure you change the file extension from.bmsto.jam. - After that, in a hex editor, open
pikiseq.arcand your custom.jamfile. Copy your.jamfile and paste it at the end ofpikiseq.arc. - After you have copied and pasted your
.jamfile intopikiseq.arc, openpikiseq.hedor search for the stringBARCin themain.dolin your hex editor. - Underneath the jam file you want to replace, there will be two hex strings you need to replace. Replace the first string with
0x00035900. This is the offset of the location of the.jamfile inpikiseq.arc. The next string will be the length of the file you want to replace, in hexadecimal. Note that this is NOT the length of playback of the song, but the length of the file, which you should be able to find in your hex editor.
After that, your custom music should play correctly!
Credits: TurtleTrademark