mirror of https://github.com/pret/pokeemerald.git
else if
parent
3545436d28
commit
5ff5cbe7b1
|
@ -128,7 +128,7 @@ In `src/save.c`, the `LoadGameSave` function will call to `TryLoadSaveSlot`, and
|
||||||
+ if (status == SAVE_STATUS_OK) {
|
+ if (status == SAVE_STATUS_OK) {
|
||||||
+ if (gSaveBlock2Ptr->_saveSentinel != 0xFF)
|
+ if (gSaveBlock2Ptr->_saveSentinel != 0xFF)
|
||||||
+ status = SAVE_STATUS_OUTDATED;
|
+ status = SAVE_STATUS_OUTDATED;
|
||||||
+ if (gSaveBlock2Ptr->saveVersion != SAVE_VERSION)
|
+ else if (gSaveBlock2Ptr->saveVersion != SAVE_VERSION)
|
||||||
+ status = SAVE_STATUS_OUTDATED;
|
+ status = SAVE_STATUS_OUTDATED;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in New Issue