mirror of
https://github.com/CrazyRedMachine/popnhax.git
synced 2024-11-24 06:10:12 +01:00
fix omni patch gen
This commit is contained in:
parent
70648336a3
commit
f406794e07
@ -397,7 +397,7 @@ bool find_weird_update_patches(char *buf, uint32_t buf_size, uint32_t music_limi
|
|||||||
|
|
||||||
uint32_t* ea;
|
uint32_t* ea;
|
||||||
if ( new_popn )
|
if ( new_popn )
|
||||||
ea = find_binary(buf, buf_size, "\x83\xC4\x04\x89\x44\x24\x14\xC7", 8, 0, 0);
|
ea = find_binary(buf, buf_size, "\x83\xC4\x04\x89\x44\x24\x14\xC7\x44\x24", 10, 0, 0);
|
||||||
else
|
else
|
||||||
ea = find_binary(buf, buf_size, "\x83\xC4\x04\x3B\xC5\x74\x09", 7, 0, 0);
|
ea = find_binary(buf, buf_size, "\x83\xC4\x04\x3B\xC5\x74\x09", 7, 0, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user