Decomp hall_of_fame

This commit is contained in:
PikalaxALT
2019-11-04 16:20:11 -05:00
parent d002ea4fe8
commit 57b328ad40
19 changed files with 1343 additions and 3667 deletions
+1 -1
View File
@@ -672,7 +672,7 @@ u8 HandleSavingData(u8 saveType)
for(i = 0; i < 5; i++)
save_write_to_flash(i, gRamSaveSectionLocations);
break;
case EREADER_SAVE:
case SAVE_EREADER:
SaveSerializedGame();
save_write_to_flash(0, gRamSaveSectionLocations);
break;