Save data changes.

This commit is contained in:
MaikelChan
2023-08-10 04:18:32 +02:00
parent c25a349249
commit 6eb79d80d9
3 changed files with 9 additions and 13 deletions

View File

@@ -4,6 +4,7 @@
#include "save.h"
typedef struct {
s16 unk0;
s16 unk2;
@@ -401,7 +402,7 @@ int savedata_8033CCD0(s32 filenum){
int savedata_8033CE40(u8 *buffer){
int out;
savedata_update_crc(buffer, 0x20);
savedata_update_crc(buffer, sizeof(GlobalData));
out = write_file_blocks(0, 0x3C, buffer, 4);
if(out){
out = 1;