Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sonic Origins] Disable Path Tracer #76

Merged
merged 3 commits into from
Nov 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Patch "Disable Path Tracer" in "Gameplay/Sonic 3 & Knuckles" by "MegAmi" does
/*
Disables the Headcannon Path Tracer technology used for Sonic 3 & Knuckles' player collision, using regular Retro Engine collision instead.

Notes;
- The player's life/coins icon will be replaced with a shoe icon to signify that Path Tracer is off.
- The lack of Path Tracer will produce many collision bugs; this code was made for fun and is not meant for serious use.
*/
{
// 2.0.2: 0x14285AB3C
WriteProtected<byte>(
ScanSignature
(
"\x01\x00\x00\x00\x00\x02\x01\x01\x02\x01\x03\x03\x02\x01\x02\x00\x01\x03\x02\x02\x02\x01\x01\x03\x01\x01\x02\x02\x02\x03\x03\x03",
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
),
0x00);
}