Page 1 of 1

[metalb]+ Infinite Bonus Stage Time

Posted: Tue Mar 29, 2011 8:00 pm
by TabihitoGaiden
This code keeps the infinite bonus stage's time left at maximum, allowing you to finish either one of the two at your own pace.

Code: Select all

  <cheat desc="Infinite Bonus Stage Time">
    <script state="run">
      <action>maincpu.pb@104FB5=63</action>
    </script>
  </cheat>
Works in both metalb and metalbj.

In old format:

Code: Select all

:metalb:000000000:00104FB5:00000063:FFFFFFFF:Infinite Bonus Stage Time

:metalbj:000000000:00104FB5:00000063:FFFFFFFF:Infinite Bonus Stage Time

Re: [metalb]+ Infinite Bonus Stage Time

Posted: Mon Apr 04, 2011 10:40 am
by Pugsy
Thanks, added