Announcement

Collapse
No announcement yet.

Request: Battletoads (Mega Drive)

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

  • Request: Battletoads (Mega Drive)

    How is the Level Modifier cheat supposed to work? I'm trying to use it but it never takes me to the desired level. It just gives me a black screen or graphical glitches. In a couple of situations it can even lead to the ending, but it never gets to the desired level. Plus, is it possible a Game Genie variant of the cheat?

    Also, an Infinite Continues cheat (for both players) would be welcome too.

  • #2
    Originally posted by Wesker View Post
    How is the Level Modifier cheat supposed to work? I'm trying to use it but it never takes me to the desired level. It just gives me a black screen or graphical glitches. In a couple of situations it can even lead to the ending, but it never gets to the desired level. Plus, is it possible a Game Genie variant of the cheat?

    Also, an Infinite Continues cheat (for both players) would be welcome too.
    The correct is :FFFE41:??

    Let's be together !!

    Comment


    • #3
      Hope to be work fine

      Code:
      Infinite Continues Player 1
      R3PA-FG1N
      
      Infinite Continues Player 2
      R3PT-FGT0
      Let's be together !!

      Comment


      • #4
        Originally posted by MasterGrand View Post
        Hope to be work fine

        Code:
        Infinite Continues Player 1
        R3PA-FG1N
        
        Infinite Continues Player 2
        R3PT-FGT0
        Make sure to use correct opcodes MasterGrand:

        Code:
        025AEC    5E78FE7C    subq.w    #1, $fe7c.w
        025B16    5E78FE7E    subq.w    #1, $fe7e.w
        In this case you want to branch over the instruction that subtracts from your Continues. You want to branch to 025AF0 and 025B1A. The opcode for a signed branch is 60??. So the codes should be:

        025AEC:6002
        025B16:6002

        AKPA-EA9N P1 Infinite Continues
        AKPT-EA20 P2 Infinite Continues

        Comment


        • #5
          Thanks! Now the level modifier with FFFE41:00?? indeed works perfect. The previous one of the game page was FFFE40:00?? and was giving bad results.

          And both continue cheats you two submitted seem to work perfect. What's supposed to be the difference? Anyway, thanks to both too.

          Comment


          • #6
            Originally posted by terpsfan101 View Post

            Make sure to use correct opcodes MasterGrand:

            Code:
            025AEC 5E78FE7C subq.w #1, $fe7c.w
            025B16 5E78FE7E subq.w #1, $fe7e.w
            In this case you want to branch over the instruction that subtracts from your Continues. You want to branch to 025AF0 and 025B1A. The opcode for a signed branch is 60??. So the codes should be:

            025AEC:6002
            025B16:6002

            AKPA-EA9N P1 Infinite Continues
            AKPT-EA20 P2 Infinite Continues
            Thank you for info terpsfan101 and I know you right, but the code is work fine also ?
            Let's be together !!

            Comment


            • #7
              Yeah, I tested both of your Infinite Continues cheat variants and both work fine.

              Comment

              Working...
              X