Announcement

Collapse
No announcement yet.

Which should trigger the debugger that the player can start the game with the weapons

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

  • Which should trigger the debugger that the player can start the game with the weapons

    Which should trigger the debugger that the player can start the game with the flight or weapons? I only get to keep one or the other means of passing to the next stage, or after death

  • #2
    Super Mario Bros doesn't have any flying, you're thinking about Mario 3.

    Comment


    • #3
      Originally posted by ReyVGM View Post
      Super Mario Bros doesn't have any flying, you're thinking about Mario 3.
      Streets of Rage 2 or possibly the Death and Return of Superman.

      Comment


      • #4
        Telling us what game you're asking help with will make it easier to assist otherwise you get shots in the dark like the above posts.
        Spoiler Alert! Click to view...

        THE BAD GUY!!!!!!

        Comment


        • #5
          Find the RAM address and value for the weapon you want to start with. Put a write breakpoint on that address and soft reset the game. The first break might be the memory clearing so let it run. But after you start a new game, look at the asm writing the inital value for your weapon and see if you can change it.

          Unfortunately, if the starting value for the address is 0, then it makes it harder to make the code since it's probably not written exclusively. You'll have to explore other options for writing the value when the game starts.
          Please put all complaints in writing and submit them here.

          Above link not working? Try here.

          Comment


          • #6
            I mean, do initially Ottifants sega genesis games, I found only the value of flights not to lose after going to another stage, and the value is not to lose flights after the death but find it important to start flying from the start game (FF87AF:0C Flight Mode)

            All that I could find for Ottifants to flight indefinitely but can not find the code to flight from the start game

            [KEEP FLIGHT FROM ROUND TO ROUND AND AFTER THE DEATH]
            ABYT-AADL
            ALMT-AA5N
            ABBT-AAGA
            ACBT-AAGN
            ACET-AAG8
            Last edited by FANAT; 09-20-2012, 04:12:26 PM.

            Comment

            Working...
            X