slower sonic

Discussion in 'Discussion and Q&A Archive' started by Mystic, Jul 29, 2009.

Thread Status:
Not open for further replies.
  1. Mystic

    Mystic If your reading this u lost 13.5% of your brain Member

    Joined:
    May 15, 2009
    Messages:
    24
    Location:
    Someplace far far away
    I know no one would want to do this but would it be possible to make sonic slower in s Sonic 2 and Sonic 1.
     
    Last edited by a moderator: Jul 29, 2009
  2. Rydia3667

    Rydia3667 Guest

    I thought there was a game genie code. I could be wrong though.
     
  3. rika_chou

    rika_chou Adopt Member

    Joined:
    Aug 11, 2007
    Messages:
    689
    s2speed.rar


    There you go, for S2 at least. Old thing made by Ultima. Takes no hacking knowledge to use.
     

    Attached Files:

  4. Mystic

    Mystic If your reading this u lost 13.5% of your brain Member

    Joined:
    May 15, 2009
    Messages:
    24
    Location:
    Someplace far far away
    I'm just guessing but I think I would have to asm hack the speed cap to make sonic slower in sonic 1.
     
  5. amphobius

    amphobius spreader of the pink text Member

    Joined:
    Feb 24, 2008
    Messages:
    970
    Location:
    United Kingdom
    rofl


    Sonic 1:




    Obj01_Main: ; XREF: Obj01_Index


    addq.b #2,$24(a0)


    move.b #$13,$16(a0)


    move.b #9,$17(a0)


    move.l #Map_Sonic,4(a0)


    move.w #$780,2(a0)


    move.b #2,$18(a0)


    move.b #$18,$19(a0)


    move.b #4,1(a0)


    move.w #$600,($FFFFF760).w ; Sonic's top speed


    move.w #$C,($FFFFF762).w ; Sonic's acceleration


    move.w #$80,($FFFFF764).w ; Sonic's deceleration


    move.b #5,$FFFFD1C0.w



    Just change as nessacary.
     
  6. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    Well, this is just for the normal speed. If you also want to change the speed when breaking a speed shoes monitor or jumping in/out of water, you should check the routines Obj2E_ChkShoes, Obj01_ChkShoes, Obj01_InWater and Obj01_OutWater (for Sonic 1).
     
    Last edited by a moderator: Jul 29, 2009
  7. Mystic

    Mystic If your reading this u lost 13.5% of your brain Member

    Joined:
    May 15, 2009
    Messages:
    24
    Location:
    Someplace far far away
    Edit: As I look around, apparently all you do is change move.w #$600,($FFFFF760).w to lets say move.w #$1200,($FFFFF760).w and there you go you got a sonic double as fast then before but that stupid tunnel glitch keeps killing you...
     
    Last edited by a moderator: Jul 29, 2009
Thread Status:
Not open for further replies.