I had similar issues with lunar 2 where it would hang after title screen. I just entered debugger and noticed what instructions were causing a loop and nop'ed the instruction causing the loop and it worked. If you can't get it to work I will see if I can find what's making it hang.
Announcement
Collapse
No announcement yet.
nolberto82 codes
Collapse
X
-
Code:[COLOR="#0000FF"]Street Fighter II The World Warrior - SNES[/COLOR] Easier Special Moves[See Notes] DD82-6DD9 DD84-DD01 D62D-6465 6D82-A409 6D83-AF69 Note: Ryu & Ken: Down + Any Punch - Fireball Forward + Any Punch - Dragon Punch Down + Any kick - Hurricane Kick Dhalsim: Down + Any Punch - Yoga Fire Back + Any Punch - Yoga Flame Honda: Back + Any Punch - Sumo Head Butt Weak Punch or Middle Punch - Hundred Hand Slap Blanka: Back + Any Punch - Rolling Attack Weak Punch or Middle Punch - Electricity Guile: Back + Any Punch - Sonic Boom Down + Any Kick - Flash Kick Chun Li: Down + Any Kick - Whirlwind Kick Weak Punch or Middle Kick - Lightning Kick Zangief: Weak Punch - Spinning Pile Driver
Comment
-
Code:[COLOR="#0000FF"]Mortal Kombat (rev 5.0 T-Unit 03/19/93) - MAME[/COLOR] <cheat desc="One Button Fatalities"> <comment>The fatality is executed when pressing the last button in the combination</comment> <script state="on"> <action>temp0 =maincpu.mw@00B375E</action> <action>temp1 =maincpu.mw@00B3500</action> <action>temp2 =maincpu.mw@00B39B4</action> <action>temp3 =maincpu.mw@00B3652</action> <action>temp4 =maincpu.mw@00B383E</action> <action>temp5 =maincpu.mw@00B3692</action> <action>temp6 =maincpu.mw@00B3436</action> </script> <script state="run"> <action>maincpu.mw@00B375E=C008</action> <action>maincpu.mw@00B3500=C001</action> <action>maincpu.mw@00B39B4=C006</action> <action>maincpu.mw@00B3652=C00F</action> <action>maincpu.mw@00B383E=C00C</action> <action>maincpu.mw@00B3692=C008</action> <action>maincpu.mw@00B3436=C001</action> </script> <script state="off"> <action>maincpu.mw@00B375E=temp0</action> <action>maincpu.mw@00B3500=temp1</action> <action>maincpu.mw@00B39B4=temp2</action> <action>maincpu.mw@00B3652=temp3</action> <action>maincpu.mw@00B383E=temp4</action> <action>maincpu.mw@00B3692=temp5</action> <action>maincpu.mw@00B3436=temp6</action> </script> </cheat>
Comment
-
Originally posted by helderI had similar issues with lunar 2 where it would hang after title screen. I just entered debugger and noticed what instructions were causing a loop and nop'ed the instruction causing the loop and it worked. If you can't get it to work I will see if I can find what's making it hang.Last edited by nolberto82; 06-16-2013, 08:10:42 PM.
Comment
-
Code:[COLOR="#0000FF"]Street Fighter II Turbo: Hyper Fighting - SNES[/COLOR] Easier Special Moves[See Notes] DD7E-74A0 D671-E460 D65C-ED00 6D7E-8DA0 Note: Ryu & Ken: Down + Any Punch - Fireball Forward + Any Punch - Dragon Punch Down + Any kick - Hurricane Kick Honda: Back + Any Punch - Sumo Head Butt Weak Punch - Hundred Hand Slap Blanka: Back + Any Punch - Rolling Attack Weak Punch - Electricity Guile: Back + Any Punch - Sonic Boom Down + Any Kick - Flash Kick Balrog: Back + Any Punch - Dash Punch Back + Any Kick - Dashing Uppercut Vega: Back + Any Punch - Claw Roll Down + Any Kick - Cage Climb Chun Li: Down + Any Kick - Whirlwind Kick Weak Punch - Lightning Kick Zangief: Down, Back or Forward + Any Punch - Spinning Pile Driver Dhalsim: Down + Any Punch - Yoga Fire Back + Any Punch - Yoga Flame Sagat: Down + Any Punch - Tiger Shot Forward + Any Punch - Tiger Uppercut Down + Any kick - Ground Tiger Shot & Tiger Knee M. Bison: Back + Any Punch - Psycho Crusher Back + Any Kick - Double Knee Press Down + Any Kick - Head Press
Comment
-
This one was a hassle to make.
Code:[color="blue"]Mortal Kombat II (rev L3.1) - MAME[/color] <cheat desc="One Button Fatalities 1"> <comment>Liu Kang, Kung Lao, Johnny Cage, Reptile and Sub Zero</comment> <script state="on"> <action>temp0=maincpu.mw@000D634</action> <action>temp1=maincpu.mw@000C972</action> <action>temp2=maincpu.mw@000D712</action> <action>temp3=maincpu.mw@000D664</action> <action>temp4=maincpu.mw@000D376</action> <action>temp5=maincpu.mw@000D04E</action> <action>temp6=maincpu.mw@000CDCC</action> <action>temp7=maincpu.mw@000D470</action> <action>temp8=maincpu.mw@000CBC0</action> <action>temp9=maincpu.mw@000CD12</action> </script> <script state="run"> <action>maincpu.mw@000D634=C001</action> <action>maincpu.mw@000C972=C001</action> <action>maincpu.mw@000D712=C00C</action> <action>maincpu.mw@000D664=C013</action> <action>maincpu.mw@000D376=C006</action> <action>maincpu.mw@000D04E=C001</action> <action>maincpu.mw@000CDCC=C011</action> <action>maincpu.mw@000D470=C008</action> <action>maincpu.mw@000CBC0=C00A</action> <action>maincpu.mw@000CD12=C013</action> </script> <script state="off"> <action>maincpu.mw@000D634=temp0</action> <action>maincpu.mw@000C972=temp1</action> <action>maincpu.mw@000D712=temp2</action> <action>maincpu.mw@000D664=temp3</action> <action>maincpu.mw@000D376=temp4</action> <action>maincpu.mw@000D04E=temp5</action> <action>maincpu.mw@000CDCC=temp6</action> <action>maincpu.mw@000D470=temp7</action> <action>maincpu.mw@000CBC0=temp8</action> <action>maincpu.mw@000CD12=temp9</action> </script> </cheat> <cheat desc="One Button Fatalities 2"> <comment>Shang Tsung, Kitana, Jax and Mileena</comment> <script state="on"> <action>temp0=maincpu.mw@000C76A</action> <action>temp1=maincpu.mw@000D514</action> <action>temp2=maincpu.mw@000C7A4</action> <action>temp3=maincpu.mw@000CA28</action> <action>temp4=maincpu.mw@000CA82</action> <action>temp5=maincpu.mw@000D2E8</action> <action>temp6=maincpu.mw@000C902</action> <action>temp7=maincpu.mw@000CB4E</action> <action>temp8=maincpu.mw@000C812</action> </script> <script state="run"> <action>maincpu.mw@000C76A=C001</action> <action>maincpu.mw@000D514=C006</action> <action>maincpu.mw@000C7A4=C013</action> <action>maincpu.mw@000CA28=C006</action> <action>maincpu.mw@000CA82=C00B</action> <action>maincpu.mw@000D2E8=C014</action> <action>maincpu.mw@000C902=C001</action> <action>maincpu.mw@000CB4E=C001</action> <action>maincpu.mw@000C812=0300</action> </script> <script state="off"> <action>maincpu.mw@000C76A=temp0</action> <action>maincpu.mw@000D514=temp1</action> <action>maincpu.mw@000C7A4=temp2</action> <action>maincpu.mw@000CA28=temp3</action> <action>maincpu.mw@000CA82=temp4</action> <action>maincpu.mw@000D2E8=temp5</action> <action>maincpu.mw@000C902=temp6</action> <action>maincpu.mw@000CB4E=temp7</action> <action>maincpu.mw@000C812=temp8</action> </script> </cheat> <cheat desc="One Button Fatalities 3"> <comment>Baraka, Scorpion and Raiden</comment> <script state="on"> <action>temp0=maincpu.mw@000D01C</action> <action>temp1=maincpu.mw@000CFCC</action> <action>temp2=maincpu.mw@000D198</action> <action>temp3=maincpu.mw@000D114</action> <action>temp4=maincpu.mw@000C6D8</action> <action>temp5=maincpu.mw@000C706</action> <action>temp6=maincpu.mw@000EDF6</action> <action>temp7=maincpu.mw@0018AA8</action> </script> <script state="run"> <action>maincpu.mw@000D01C=C001</action> <action>maincpu.mw@000CFCC=C001</action> <action>maincpu.mw@000D198=C016</action> <action>maincpu.mw@000D114=C001</action> <action>maincpu.mw@000C6D8=C001</action> <action>maincpu.mw@000C706=0300</action> <action>maincpu.mw@000EDF6=0300</action> <action>maincpu.mw@0018AA8=0300</action> </script> <script state="off"> <action>maincpu.mw@000D01C=temp0</action> <action>maincpu.mw@000CFCC=temp1</action> <action>maincpu.mw@000D198=temp2</action> <action>maincpu.mw@000D114=temp3</action> <action>maincpu.mw@000C6D8=temp4</action> <action>maincpu.mw@000C706=temp5</action> <action>maincpu.mw@000EDF6=temp6</action> <action>maincpu.mw@0018AA8=temp7</action> </script> </cheat>
Code:<cheat desc="One Button Frienships"> <comment>Baraka, Scorpion and Raiden</comment> <script state="on"> <action>temp0=maincpu.mw@0010104</action> </script> <script state="run"> <action>maincpu.mw@0010104=C013</action> </script> <script state="off"> <action>maincpu.mw@0010104=temp0</action> </script> </cheat>
Code:Liu Kang: Fatality 1 Press HK Fatality 2 Press Down Kung Lao: Fatality 1 Press LK Fatality 2 Press LP Johnny Cage: Fatality 1 Press LP Fatality 2 Press Up Reptile: Fatality 1 Press LP Fatality 2 Press HK Sub Zero: Fatality 1 Press HP(Close) Fatality 2 Press LP Shang Tsung: Fatality 1 Hold HK for 2 seconds Fatality 2 Press LK Fatality 3 Press LP Kitana: Fatality 1 Press HK Fatality 2 Hold LK for 2 seconds Jax: Fatality 1 Press LP Fatality 2 Jump and Hold LP for 2 seconds Mileena: Fatality 1 Press LP Fatality 2 Hold HK for 2 Seconds Baraka: Fatality 1 Press HP Fatality 2 Press LP Scorpion: Fatality 2 Press HP Fatality 3 Jump and Hold HP for 2 seconds Raiden: Fatality 1 Hold LK for 2 Seconds Fatality 2 Press HP
Last edited by nolberto82; 06-23-2013, 05:50:20 PM.
Comment
-
Code:[COLOR="#0000FF"]Super Street Fighter II: The New Challengers - SNES[/COLOR] Easier Special Moves[See Notes] DD01-57A5 D602-EDD5 D658-5761 D6BE-5FD1 DDB8-8701 Note: Ryu & Ken: Down + Any Punch - Fireball Forward + Any Punch - Dragon Punch Down + Any kick - Hurricane Kick E. Honda: Back + Any Punch - Sumo Head Butt Down + Any Kick - Flying Strike Attack Blanka: Back + Any Punch - Rolling Attack Back + Any Kick - Backstep Rolling Attack Down + Any Kick - Vertical Rolling Attack Guile: Back + Any Punch - Sonic Boom Down + Any Kick - Flash Kick Balrog: Back + Any Punch - Dash Punch Back + Any Kick - Dashing Uppercut Down + Strong Punch - Buffalo Headbutt Chun Li: Down + Any Kick - Whirlwind Kick Back + Any Punch - Fireball Zangief: Down, Back or Forward + Any Punch - Spinning Pile Driver Down, Back or Forward + Any Kick - Flying Superbomb Dhalsim: Down + Any Punch - Yoga Fire Back + Any Punch - Yoga Flame Sagat: Down + Any Punch - Tiger Shot Forward + Any Punch - Tiger Uppercut Down + Any kick - Ground Tiger Shot & Tiger Knee Vega: Back + Any Punch - Claw Roll Down + Any Kick - Cage Climb T. Hawk: Forward + Any Punch - Knee Dive(Turn off the last line to perform this) Down + Any Punch - Mexican Typhoon(Can be hit the enemy from anywhere) Fei Long: Down + Any Punch - Judo Beatdown Back + Any Kick - Fiery Feet of Fury Dee Jay: Back + Any Punch - Air Slasher Back + Any Kick - Double Rolling Sobat Down + Any Punch - Machinre Gun Upper Cammy: Down + Any Kick - Spiral Arrow Forward + Any Kick - Cannon Spike Back + Any Punch - Axle Spin Knuckle M. Bison: Back + Any Punch - Psycho Crusher Back + Any Kick - Double Knee Press Down + Any Kick - Head Press
Comment
-
Code:[COLOR="#0000FF"]Mickey Mania: Timeless Adventures of Mickey Mouse - GEN[/COLOR] Skip Intro Screens C2BT-AA7C ATBT-AA9T
Last edited by nolberto82; 06-19-2013, 03:37:59 PM.
Comment
-
Can you do Easier Super Moves for Final Fight 3 USA SNES?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
-
Code:[COLOR="#0000FF"]Final Fight 3 - SNES[/COLOR] Easier Special Moves DD1C-E7AF DD1F-74A4 Easier Special 2 For Dean("Easier Special Moves" must be off) DD1D-7D64 DD11-74A4 Easier Special 2 For Lucia("Easier Special Moves" must be off) DD17-7D04 DD1A-EF6F Easier Super Moves(To do Lucia's Super "Easier Special Moves" must be off) DD13-E4AF DD19-7F04 Can Always Do Super Moves DD12-E46F DD10-7FD4
Comment
Comment