Announcement

Collapse
No announcement yet.

Button activators ("Jokers") for systems with no 'If, Then' code type?

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

  • #16
    Interesting results. It's definitely a good start, on the path to putting together a hacking guide.
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

    Comment


    • #17
      Retro Joker Guide

      Here's a guide I just wrote, using Contra for the NES and making the select button a weapon switcher for player 1.

      It's a .docx file.
      Attached Files
      Please put all complaints in writing and submit them here.

      Above link not working? Try here.

      Comment


      • #18
        So what's the method everyone is using to find the address receiving the input from the controller? I've always just watched the hex editor for activity when the buttons were pressed/held. It's always nice to have a few different methods so I'd love to hear everyone's preferred methods.
        Not taking any requests at this time.

        Bored? Watch some of my hacks here.

        Comment


        • #19
          I find interesting that Genesis and PC Engine the extra buttons already has a value flag.

          Street Fighter 2 CE on PCEngine emulator

          0C74
          00=no buttons
          01=I
          02=II
          04=select
          08=run
          10=up
          20=right
          40=down
          80=left

          0C77
          50=no buttons
          51=III
          52=IV
          54=V
          58=VI

          I just scan for differences, greater than and less than or just compare the two dumps for changes.
          lee4 Does Not Accept Codes Requests !
          When lee4 asks a question it does not mean lee4 will look at your game
          *How to create and use SegaCD codes >click here<*
          >)

          Comment


          • #20
            rimsky82: I finally got around to adding your guide to the Library, in PDF form for greater compatibility. Nice doc, by the way.

            I'll try to do some legwork one of these days in compiling a list of games and systems, and their values for each button press and combination.
            I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

            Comment

            Working...
            X