Actions

SCHG How-to

Fix Oil Ocean Music Bug

From Sonic Retro

Revision as of 00:27, 21 October 2017 by Shadow05 (talk | contribs) (Created page with "In Sonic 2 there is a bug which happens when you use the 14 continues cheat basically it only plays the oil ocean theme it was fixed in REV02 but it can easily be fixed. Thes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In Sonic 2 there is a bug which happens when you use the 14 continues cheat basically it only plays the oil ocean theme it was fixed in REV02 but it can easily be fixed.

These will be done with the SNV and GitHub disassembly

Fix

Find the label CheckCheats and find this line.

	move.b	#SndID_ContinueJingle&$7F,d0	; Play the continue jingle

Remove the &$7F that's it.