Page 1 of 1

[ridgera2] Ridge Racer 2 (Rev. RRS2, World)

Posted: Sat Dec 08, 2018 4:29 am
by Abystus
ridgera2.xml

Code: Select all

  <cheat desc="Enable Debug Menu">
     <comment>Contains polygon, character, switch, ram test, and area options. Press service button to enter selected option.</comment>
    <script state="run">
      <action>maincpu.mw@D89A=4E71</action>
    </script>
    <script state="off">
      <action>maincpu.mw@D89A=6612</action>
    </script>
  </cheat> 
  
  <cheat desc="Disable Music Playback Limit In Sound Test">
    <script state="run">
      <action>maincpu.mw@22D60=6014</action>
    </script>
    <script state="off">
      <action>maincpu.mw@22D60=6A14</action>
    </script>
  </cheat>

Re: [ridgera2] Ridge Racer 2 (Rev. RRS2, World)

Posted: Sat Dec 29, 2018 5:49 pm
by Pugsy
Thanks, added

Re: [ridgera2] Ridge Racer 2 (Rev. RRS2, World)

Posted: Wed May 08, 2019 4:52 am
by Abystus
Pugsy, I've finally found the switch for the entire debug menu, so I've removed the original Object Debug Menu code in favor of the new multi option debug cheat listed above. If you can do the same on your end it would be appreciated.

Re: [ridgera2] Ridge Racer 2 (Rev. RRS2, World)

Posted: Sat Apr 11, 2020 12:14 am
by Abystus
ridgera2.xml

Code: Select all

  <cheat desc="Drive Anywhere">
    <script state="run">
      <action>maincpu.mw@85A4=6002</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@85A4=6500</action>
    </script>
  </cheat>

Re: [ridgera2] Ridge Racer 2 (Rev. RRS2, World)

Posted: Sat Jun 06, 2020 2:17 pm
by Pugsy
Thanks, updated and added new cheat. And duped for clones.