Skip to content
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
8 changes: 4 additions & 4 deletions Source/Sonic Forces/Camera/Smooth Camera.hmm
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Patch "Smooth Camera" in "Camera" by "Ahremic & Hyper" does "Replaces linear cam
WriteAsmHook
(
$@"
push eax
push rax
xor eax, eax
mov [rdi + 0xC0], eax
pop eax
pop rax
",

0x142961466,
Expand All @@ -58,9 +58,9 @@ Patch "Smooth Camera" in "Camera" by "Ahremic & Hyper" does "Replaces linear cam
mov [rcx + 0x24], eax

; Custom data
push eax
push rax
mov [rdi + 0x28], eax
pop eax
pop rax
ret
",

Expand Down
Loading