Recent content by WaffELH

  1. WaffELH

    R4 unbrick

    Did the brick look like this? (Mine didn’t brick but I got this frozen screen with broken audio when I opened my SEGA genesis rom folder, upon restarting a few times it was working again and the folder no longer did this)
  2. WaffELH

    Sonic Adventure movement code 1-1 recreation

    Sonic movement (If implemented this code will need to be bound correctly) (walking/running with momentum): // In Player.h private: float WalkSpeed = 400.f; // Base walking speed float RunSpeed = 1200.f; // Base running speed float CurrentSpeed = 0.f; // Current speed...