mirror of
https://github.com/RocketRobz/SavvyManager.git
synced 2025-06-18 17:15:34 -04:00
Fix emblem importing in SS3 causing a glitched image to appear
This commit is contained in:
parent
378f3ebfa8
commit
51bdbf134b
@ -1793,7 +1793,7 @@ void writeSS3EmblemToSave(void) {
|
|||||||
|
|
||||||
FILE* saveData = fopen(ss3SavePath, "rb+");
|
FILE* saveData = fopen(ss3SavePath, "rb+");
|
||||||
fseek(saveData, offset, SEEK_SET);
|
fseek(saveData, offset, SEEK_SET);
|
||||||
fwrite(ss3Save, 0x804, 1, saveData);
|
fwrite((char*)ss3Save+(offset), 0x804, 1, saveData);
|
||||||
fclose(saveData);
|
fclose(saveData);
|
||||||
|
|
||||||
ss3SaveModified = true;
|
ss3SaveModified = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user