Announcement

Collapse
No announcement yet.

Abystus' Codes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Abystus
    replied
    Originally posted by OldSchoolGamer View Post
    If it interests you since your currently doing MAME fighting games... how bout the extremely rare "Red Earth" game. No biggie if don't wanna.
    I've tried this game sometime back. I am unsure why, but my rom changes do not affect the path of the code in this game. What that means is, though I am seeing changes I make in the debugger, the game is still running the previous routines as if I haven't made changes. Until I can find a way around that issue, I cannot hack any rom codes for this game. I believe this to be due to the encryption CPS3 on the game, though again I am unsure on what is causing the issue.

    Leave a comment:


  • olala
    replied
    Fightin wushu are great cool too!
    I wanted to see this game code

    Dood

    Leave a comment:


  • OldSchoolGamer
    replied
    If it interests you since your currently doing MAME fighting games... how bout the extremely rare "Red Earth" game. No biggie if don't wanna.

    Leave a comment:


  • Abystus
    replied
    Super Gem Fighter Mini Mix (USA 970904 Phoenix Edition) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ow@015554=6006</action>
        </script>
        <script state="off">
          <action>maincpu.ow@015554=6100</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    The Legend of Zelda: A Link To The Past - Four Swords (U) ARv3/4 [GBA]

    Code:
    [COLOR="#0000FF"]The Legend of Zelda: A Link To The Past[/COLOR]
    
    Super Hookshot (Similar to Super Hookshot for OOT.)
    B8D73683 91143F93
    96BD78BA 1A2525FD
    Thanks to Demonic772 for the conversion refresher course .

    Leave a comment:


  • Abystus
    replied
    Blood Warrior [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ow@0080EC=6000</action>
          <action>maincpu.ow@00811E=6002</action>
          <action>maincpu.ow@008150=6002</action>
        </script>
        <script state="off">
          <action>maincpu.ow@0080EC=6600</action>
          <action>maincpu.ow@00811E=6B00</action>
          <action>maincpu.ow@008150=6B00</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Battle K-Road [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ow@0591CC=6002</action>
          <action>maincpu.ow@0591F8=6002</action>
          <action>maincpu.ow@0591E2=6002</action>
          <action>maincpu.ow@05920E=6002</action>
        </script>
        <script state="off">
          <action>maincpu.ow@0591CC=6D00</action>
          <action>maincpu.ow@0591F8=6D00</action>
          <action>maincpu.ow@0591E2=6E00</action>
          <action>maincpu.ow@05920E=6E00</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Originally posted by PEOPLECANFLY View Post
    Yes I did that but I cannot add or replace the file back into the zip or....
    Hey Abystus or OSG I see a cheat folder in the Mame I have the latest version of MAME it will work if I put the xtml cheat files in that folder?

    "Sounds like a case of ID-10-T"
    Are you calling me an idiot Abystus?
    You should be able to edit the xml right in the compressed file (or replace the xml when prompted to overwrite it back into the compressed file after edit outside the compressed file). I use 7-Zip, and have had no problems preforming this action (inside the file xml edits). As far as the "ID-10-T" comment, I was referring to this being a user error vs something that's just not working (you can read more about that here), but then again it's a term to take lightly so don't get your feathers ruffled. Basic Windows actions are usually below the skill required to actually get an emulator running or enter cheat codes into one. If you've got mame running, then this should be a walk in the park. If all else fails, take a trip to Pugsy's Cheats for more detailed information, and a forum if you need more help.

    Leave a comment:


  • PEOPLECANFLY
    replied
    Originally posted by Abystus View Post
    Sounds like a case of ID-10-T. Open it with notepad or any other text editor instead of Internet Explorer.
    Yes I did that but I cannot add or replace the file back into the zip or....
    Hey Abystus or OSG I see a cheat folder in the Mame I have the latest version of MAME it will work if I put the xtml cheat files in that folder?

    "Sounds like a case of ID-10-T"
    Are you calling me an idiot Abystus?
    Last edited by PEOPLECANFLY; 04-03-2013, 02:05:29 AM.

    Leave a comment:


  • Abystus
    replied
    Martial Masters (ver. 102, 101, 101CN) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ow@11487A=6002</action>
          <action>maincpu.ow@1149A4=6002</action>
          <action>maincpu.ow@1149AC=6002</action>
          <action>maincpu.ow@1149B4=6002</action>
          <action>maincpu.ow@1149BA=6002</action>
        </script>
        <script state="off">
          <action>maincpu.ow@11487A=6600</action>
          <action>maincpu.ow@1149A4=6D00</action>
          <action>maincpu.ow@1149AC=6E00</action>
          <action>maincpu.ow@1149B4=6D00</action>
          <action>maincpu.ow@1149BA=6D00</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Asura Blade - Sword of Dynasty (Japan) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ow@0254CC=6002</action>
          <action>maincpu.ow@0254D2=6002</action>
          <action>maincpu.ow@0254EA=6002</action>
          <action>maincpu.ow@0254F0=6002</action>
        </script>
        <script state="off">
          <action>maincpu.ow@0254CC=6E00</action>
          <action>maincpu.ow@0254D2=6D00</action>
          <action>maincpu.ow@0254EA=6E00</action>
          <action>maincpu.ow@0254F0=6D00</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Rabbit (Japan) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ow@03274E=6002</action>
          <action>maincpu.ow@032766=6002</action>
          <action>maincpu.ow@032772=6002</action>
          <action>maincpu.ow@03277E=6002</action>
          <action>maincpu.ow@03278A=6002</action>
          <action>maincpu.ow@032796=6002</action>
        </script>
        <script state="off">
          <action>maincpu.ow@03274E=6600</action>
          <action>maincpu.ow@032766=6700</action>
          <action>maincpu.ow@032772=6D00</action>
          <action>maincpu.ow@03277E=6E00</action>
          <action>maincpu.ow@03278A=6D00</action>
          <action>maincpu.ow@032796=6E00</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Toukidenshou - Angel Eyes (VER. 960614) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ow@00EDD2=6002</action>
          <action>maincpu.ow@00E5FC=6700</action>
        </script>
        <script state="off">
          <action>maincpu.ow@00EDD2=6400</action>
          <action>maincpu.ow@00E5FC=6400</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Metamoqester (International) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <comment>Enemies hit anywhere as well. Use with invincibility.</comment>
        <script state="run">
          <action>maincpu.ow@07D512=6002</action>
        </script>
        <script state="off">
          <action>maincpu.ow@07D512=6700</action>
        </script>
    </cheat>

    Leave a comment:


  • Abystus
    replied
    Dragoon Might (ver AAB) [MAME]
    Code:
    <cheat desc="Hit Anywhere Both Players">
        <script state="run">
          <action>maincpu.ow@209AB0=4E71</action>
          <action>maincpu.ow@209AC0=4E71</action>
        </script>
        <script state="off">
          <action>maincpu.ow@209AB0=6AEA</action>
          <action>maincpu.ow@209AC0=6ADA</action>
        </script>
    </cheat>

    Leave a comment:

Working...
X