Speed up saving
This commit is contained in:
@ -474,8 +474,7 @@ void DisplayYesNoMenuWithDefault(u8 initialCursorPos)
|
||||
|
||||
u32 GetPlayerTextSpeed(void)
|
||||
{
|
||||
if (gTextFlags.forceMidTextSpeed)
|
||||
return OPTIONS_TEXT_SPEED_MID;
|
||||
return OPTIONS_TEXT_SPEED_FAST;
|
||||
return gSaveBlock2Ptr->optionsTextSpeed;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user