[sfa3] Play as Final Bison!!!1onelol

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[sfa3] Play as Final Bison!!!1onelol

Post by NotAGoodName »

Not tested on clones because I'm lazy and don't have them. This cheat may also effect other characters such as Balrog, but I didn't test that either. Too busy playing the PSX version. In fact, I was only able to find this because of the PSX version which runs on a compatible game engine. Thanks, Capcom!

There's a condition because, as far as I'm able to gather, the boss character granted has to initially be a CPU character and then its control given back to the player. That may be a problem if you want a CPU character to be Final Bison. Ho hum.

Code: Select all

  <cheat desc="Boss Mode PL1"> <comment>Final Bison, etc</comment>
    <script state="run">
      <action>maincpu.pb@FF8524=01</action>
      <action condition="maincpu.pb@FF8559==01">maincpu.pb@FF8525=01</action>
      <action condition="maincpu.pb@FF8559==00">maincpu.pb@FF8525=00</action>
    </script>
  </cheat> 

  <cheat desc="Boss Mode PL2"> <comment>Final Bison, etc</comment>
    <script state="run">
      <action>maincpu.pb@FF8924=01</action>
      <action condition="maincpu.pb@FF8959==01">maincpu.pb@FF8925=01</action>
      <action condition="maincpu.pb@FF8959==00">maincpu.pb@FF8925=00</action>
    </script>
  </cheat> 

  <cheat desc="Boss Mode PL3"> <comment>Final Bison, etc</comment>
    <script state="run">
      <action>maincpu.pb@FF8D24=01</action>
      <action condition="maincpu.pb@FF8D59==01">maincpu.pb@FF8D25=01</action>
      <action condition="maincpu.pb@FF8D59==00">maincpu.pb@FF8D25=00</action>
    </script>
  </cheat> 

  <cheat desc="Boss Mode PL4"> <comment>Final Bison, etc</comment>
    <script state="run">
      <action>maincpu.pb@FF9124=01</action>
      <action condition="maincpu.pb@FF9159==01">maincpu.pb@FF9125=01</action>
      <action condition="maincpu.pb@FF9159==00">maincpu.pb@FF9125=00</action>
    </script>
  </cheat> 
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [sfa3] Play as Final Bison!!!1onelol

Post by Pugsy »

There is a cheat in sfa3 at the moment called "Select Control PLx" are these a replacement for those that work better?

I'm a bit thick/(too lazy to look) when it comes to isoteric fighter cheats...
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

Re: [sfa3] Play as Final Bison!!!1onelol

Post by NotAGoodName »

No. This allows you to play as a special mode of the "dictator" character. It requires toggling the same value as that cheat because Final Bison has to be a CPU player to load, but then the player can take control.
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [sfa3] Play as Final Bison!!!1onelol

Post by Pugsy »

Thanks, added it to all the sfa3 clones that have the select control cheat.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply