Skip to content

Commit 579fc8a

Browse files
authored
[Sonic Frontiers] Update Always Respawn Enemies (#191)
Update code "Always Respawn Enemies" for Frontiers v1.42.
1 parent 70a691b commit 579fc8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/Sonic Frontiers/Enemy/Always Respawn Enemies.hmm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Patch "Always Respawn Enemies" in "Enemy" by "Hyper" does "Always respawns enemi
55
{
66
Memory.WriteForceJump
77
(
8-
/* v1.41: 0x1492CA7F4 */
8+
/* v1.42: 0x149410FC4 */
99
ScanSignature
1010
(
11-
"\x0F\x88\x78\x01\x00\x00",
11+
"\x0F\x88\x60\x01\x00\x00",
1212
"xxxxxx"
1313
)
1414
);
15-
}
15+
}

0 commit comments

Comments
 (0)