Actions

User

Shadow05

From Sonic Retro

Revision as of 09:36, 15 September 2018 by Shadow05 (talk | contribs)

Current Projects

  • Sonic 1 Shadow05 Edition (Working Title)
  • Sonic 1 AS Disassembly (A Enhanced version of the original)

Fix broken fade (Sonic 1 Sound Driver)

Goto loc_7299A: and replace this.

loc_7299A:				; XREF: sub_72926
		subq.b	#1,$C(a5)
		rts

With this.

		subq.b	#1,$C(a5)
		subq.b	#1,$C(a5)	; Put index back (before final volume value)
		jsr	loc_7292E	; Loop back and update volume
		rts