Move pokemon and easy chat constants to global, misc clean-up
This commit is contained in:
@@ -428,7 +428,7 @@ static u8 CopySectorSecurityByte(u16 sectorId, const struct SaveSectorLocation *
|
||||
}
|
||||
else
|
||||
{
|
||||
// Succeded
|
||||
// Succeeded
|
||||
SetDamagedSectorBits(DISABLE, sector);
|
||||
return SAVE_STATUS_OK;
|
||||
}
|
||||
@@ -734,7 +734,7 @@ u8 HandleSavingData(u8 saveType)
|
||||
WriteSaveSectorOrSlot(FULL_SAVE_SLOT, gRamSaveSectorLocations);
|
||||
break;
|
||||
case SAVE_LINK:
|
||||
case SAVE_LINK2:
|
||||
case SAVE_EREADER: // Dummied, now duplicate of SAVE_LINK
|
||||
// Used by link / Battle Frontier
|
||||
// Write only SaveBlocks 1 and 2 (skips the PC)
|
||||
CopyPartyAndObjectsToSave();
|
||||
|
||||
Reference in New Issue
Block a user