Page 1 of 1

[alpines] Free Riding Novice Music Fix

Posted: Fri Aug 04, 2023 2:23 pm
by KimSama
There's an error in the World version (The Mame roms that's dumped) where when you play the Novice course, it plays the Free Riding Expert music. A video of a Japanese version plays the right music:



full song:


The track is still in the game, it can be heard in the test menu, but it doesn't play. I'm wondering if it's possible to fix this bug with a cheat....

Re: [alpines] Free Riding Novice Music Fix

Posted: Sat Aug 05, 2023 3:10 pm
by orescify

Code: Select all

  <cheat desc="Japan Version Song For Free Novice">
    <script state="on">
      <action>temp0 =maincpu.mb@1B7CC0</action>
    </script>
    <script state="run">
      <action>maincpu.mb@1B7CC0=82</action>
    </script>
    <script state="off">
      <action>maincpu.mb@1B7CC0=temp0 </action>
    </script>
  </cheat>

Re: [alpines] Free Riding Novice Music Fix

Posted: Sat Sep 16, 2023 10:48 pm
by Pugsy
Thanks, added