World Heroes (Easy Moves)

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
2k2street
Posts: 2
Joined: Fri Nov 08, 2024 4:31 pm
Has thanked: 1 time

World Heroes (Easy Moves)

Post by 2k2street »

Hello everybody! I'm new here on the forum and I would like to know if anyone could find Janne's movement chat from Wh1 for the old cheat.Dat format. Her movements to play are worse than Guille's from Sf2. 😥
Last edited by 2k2street on Tue Nov 12, 2024 4:22 pm, edited 1 time in total.
jman
Posts: 1254
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

Re: World Heroes (Easy Moves)

Post by jman »

I don't have enough time to check. Anyway, "easy" move code is the following.

Code: Select all

<!-- World Heroes (ALM-005) -->
<mamecheat version="1">

    <cheat desc="Janne Easy Moves (Test)">
        <script state="on">
            <action>maincpu.rw@1B26E = 600C</action> <!-- Flash Sword -->
            <action>maincpu.rw@1B27A = 0002</action> <!-- Aura Bird -->
        </script>
        <script state="off">
            <action>maincpu.rw@1B26E = 650C</action>
            <action>maincpu.rw@1B27A = FE5E</action>
        </script>
    </cheat>

</mamecheat>
  • Flash Sword : up + kick
  • Aura Bird : right + punch (facing right) / left + punch (facing left)
These users thanked the author jman for the post:
2k2street
Rating: 33.33%
 
jman

my wip cheat database back-up (2024/12/01 ver.)
https://u3.getuploader.com/...../download/47
downloadpass : jman2020
2k2street
Posts: 2
Joined: Fri Nov 08, 2024 4:31 pm
Has thanked: 1 time

Re: World Heroes (Easy Moves)

Post by 2k2street »

Thank you jman, I tested it and it worked on the mame emulator. But I only use Final Burn Alpha. Would there be a .xml to .dat cheat converter? This it does not accept cheats in .xml format
Post Reply