Page 1 of 1

World Heroes (Easy Moves)

Posted: Tue Nov 12, 2024 3:33 am
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. 😥

Re: World Heroes (Easy Moves)

Posted: Tue Nov 12, 2024 2:12 pm
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)

Re: World Heroes (Easy Moves)

Posted: Tue Nov 12, 2024 4:24 pm
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