Announcement

Collapse
No announcement yet.

nolberto82 codes

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

  • Darn... what kind of messed up game is that when a "character select" code is more difficult to find than a "Hit everywhere" code?

    Ok, see if you can find this one then. This one will solve all my problems with the game and I won't ask for anymore codes, because after this, I'm done:

    I've been playing Aero Fighters 2 for 5 days straight trying to get the hidden last boss and it has all been for naught. I think my only chance to see it now is by cheating. There are 3 possible last bosses and they all appear at random. The most common one is the Black Sphere, the other one is a Ghost with a 1 in 25th chance to appear and the third and rarest one is a huge Sunfish, with a 1 in 500th (!) chance to appear.

    I assume that with a save state at two of the last bosses, you'll be able to make enough "equal/not equal" searches and find the address that controls what last boss you get. I think with that you'll be able to trigger the 3rd elusive one.
    Last edited by ReyVGM; 10-03-2011, 06:51:18 PM.

    Comment


    • The most common one is the Black Sphere, the other one is a Ghost with a 1 in 25th chance to appear and the third and rarest one is a huge Sunfish, with a 1 in 500th (!) chance to appear.
      That's interesting. How or where did you find out those statistics?
      Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

      Comment


      • The internets.

        I don't how accurate they are, but considering it's been 5 days and I haven't been able to trigger that last boss, then 1 out 500 sounds about right!

        This is driving me crazy. Stupid boss.

        Comment


        • Could you post the link of where you read those statistics? Because I googled it but couldn't find it.
          Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

          Comment


          • Why would you even want to read that?

            Comment


            • Why would you even want to read that?
              Because if it is an article, it would seem interesting to read. But if it's not, then don't worry about it.
              Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

              Comment


              • It's not an article, it's in a neogeo forum with people wanting to know how to trigger that last boss.

                Comment


                • @ReyVGM: I manage to get the game to show the 3 different bosses. I know I'm in the right area but I still need to know how it works will continue tomorrow.

                  Comment


                  • Amazing! Great to hear you found it!

                    I don't know if could help, but even though the last bosses are random, there is a point where the game already decides who's going to be the last boss and that point happens right after you kill the mid boss of the last stage.

                    Comment


                    • @ReyVGM: I still don't know how the appearance of the last boss is determined.

                      Code:
                      [COLOR="Blue"]Dungeons & Dragons: Tower of Doom (Euro 940412 Phoenix Edition) - MAME[/COLOR]
                      
                        <cheat desc="Hit Anywhere">
                          <script state="run">
                            <action>maincpu.mw@042750=6002</action>
                            <action>maincpu.mw@042788=6002</action>
                            <action>maincpu.mw@0427AC=6002</action>
                          </script>
                        </cheat>
                      
                        <cheat desc="One Hit Kills">
                          <script state="run">
                            <action>maincpu.mw@042830=6002</action>
                          </script>
                        </cheat>

                      Comment


                      • But you said you managed to get the game to show the 3 different bosses, what did you mean by that?

                        As far as I know, the appearance of the last bosses is totally random. I just assumed it was controlled by one address and a simple value change would trigger the bosses.

                        Comment


                        • @ReyVGM: I told you I was in the right area but I still don't know how it works. I have seen all 3 bosses by changing ROM addresses but is still too random. In one case 2 bosses show up at once the eyeball and the big fish thing.
                          Last edited by nolberto82; 10-05-2011, 12:03:22 AM.

                          Comment


                          • Oh, I see. Strange. If you end up not figuring it out, could I have the raw code? I want to see if the endings change anyways.
                            Last edited by ReyVGM; 10-05-2011, 12:25:36 AM.

                            Comment


                            • Code:
                              [COLOR="Blue"]Dragon Spirit - NES[/COLOR]
                              
                              Hit Anywhere
                              OXXLOIES
                              OXNLEIES
                              Added.

                              Comment


                              • Code:
                                [COLOR="Blue"]Dungeons & Dragons: Shadow over Mystara (USA 960619 Phoenix Edition) - MAME[/COLOR]
                                
                                  <cheat desc="Hit Anywhere">
                                    <script state="run">
                                      <action>maincpu.mw@260F2=6002</action>
                                      <action>maincpu.mw@26128=6002</action>
                                      <action>maincpu.mw@26152=6002</action>
                                    </script>
                                  </cheat>
                                
                                  <cheat desc="One Hit Kills">
                                    <script state="run">
                                      <action>maincpu.mw@262E8=4E71</action>
                                    </script>
                                  </cheat>

                                Comment

                                Working...
                                X