Actions

Talk

Sonic the Hedgehog:Enhanced Edition

From Sonic Retro

Revision as of 06:43, 7 July 2018 by Shadow05 (talk | contribs) (Additions since V0.5)

Now i don't have to post bugs and changes on the main page.

Main

Additions since V0.5

  • REV01 Effects
  • 32X Support (Code from Sonic 1 32x hack lol)
  • Sega CD Support (Built from Sonic 1 CD)
  • A bull load of bug fixes.
  • MegaPCM
  • Removed HUD during credits
  • Sonic 1 PAL tempo fixed (Music plays at correct speed on PAL) (fix by Crash)
  • Different songs per act (some by nineko some are ports from other games.)
  • Extended music slots
  • Added PlaySound_Local
  • Menu music ($21)
  • Level Select music ($94)
  • Speed Shoes music ($1E)
  • S3 Results ($8E)
  • Extra Life earned at 50000 points
  • Level doesn't freeze after death (like the 2013 remake)

Additional Credits

  • Tweaker (Sonic 4 CD title)
  • Nineko

Bugs

  • None lol

Future Features

  • All Monitors in Debug Mode
  • Remove Unused Objects in Debug
  • Further Optimize the Game

Music List

  • 1 GHZ
  • 2 Azure Lake (Ported By Me)
  • 3 Leaf Forest Beta (By Nineko)
  • 4 Leaf Forest (By Nineko)

Discussion Section

Fails Hack Policy?

Are we still going to accept this? Because from the looks of things, this still doesn't do enough to comply to the Hack Policy. --BSonirachi (talk) 08:34, 7 June 2018 (CDT)

I don't know. Shadow05 01:08PM, 17 June 2018 (EST)

Opinions and Info

The next build is nearly complete, I still need to finish it but if you ask I'll release "V1.0B" Shadow05 01:25PM, 17 June 2018 (EST)

Q&A

I'm trying to add the skid dust to Sonic 1 but it doesn't display can someone tell me why?

Code:

		move.b	#$D,$1C(a0)	; use "stopping" animation
		bclr	#0,$22(a0)
		move.w	#$A4,d0
		jsr	(PlaySound_Special).l ;	play stopping sound
		move.b	#6,($FFFFD1E4).w
		move.b	#$15,($FFFFD1DA).w

Shadow05 01:25PM, 25 June 2018 (EST)

Events

  • 29/5/18 V0.5 is released.
  • 31/5/18 Source Code is released.
  • 5/6/18 32x Support added.
  • 7/6/18 Sega CD version is released.