[megadriv] Golden Axe 3 play as enemies help

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
fartboy
Posts: 18
Joined: Sat Oct 18, 2008 11:16 pm

[megadriv] Golden Axe 3 play as enemies help

Post by fartboy »

I took the information from here: http://www.x-cult.org/games/110/Golden_ ... e_Enemies/

And made this:

Code: Select all

<?xml version="1.0"?>
<mamecheat version="1">
<cheat desc="Golden Axe III" />
   
   <cheat desc="Play as Enemy P1">
      <parameter>
         <item value="0000">Proud Cragger </item>
         <item value="0001">Eve</item>
         <item value="0002">Kain Grinder </item>
         <item value="0003">Chronos "Evil" Lait </item>
         <item value="0004">Sarah Barn </item>
         <item value="0005">Spearman </item>
         <item value="0006">Clubman </item>
         <item value="0007">Ego Iru Shiipu </item>
         <item value="0008">Mustang </item>
         <item value="0009">Vanity </item>
      </parameter>
      <script state="run">
         <action>maincpu.pb@FFC8D4=param</action>
      </script>
   </cheat>

 </mamecheat>

Any ideas on why this would not work?
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [megadriv] Golden Axe 3 play as enemies help

Post by Pugsy »

Just looking at that without trying anything I'd say you using a byte write to poke a word, try maincpu.pw@FFC8D4=param instead (pw instead of pb).
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
fartboy
Posts: 18
Joined: Sat Oct 18, 2008 11:16 pm

Re: [megadriv] Golden Axe 3 play as enemies help

Post by fartboy »

That worked. Thank you so much.
Post Reply