From 725a9102ee257700510c756011fdbf38e8c56a4e Mon Sep 17 00:00:00 2001 From: TheXaman <48356183+TheXaman@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:03:44 +0200 Subject: [PATCH] Update src/new_game.c Co-authored-by: LOuroboros --- src/new_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/new_game.c b/src/new_game.c index 0280e4c93d..8f8aa9b82b 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -90,7 +90,7 @@ static void InitPlayerTrainerId(void) // L=A isnt set here for some reason. static void SetDefaultOptions(void) { - gSaveBlock2Ptr->optionsTextSpeed = OPTIONS_TEXT_SPEED_FAST; + gSaveBlock2Ptr->optionsTextSpeed = OPTIONS_TEXT_SPEED_MID; gSaveBlock2Ptr->optionsWindowFrameType = 0; gSaveBlock2Ptr->optionsSound = OPTIONS_SOUND_MONO; gSaveBlock2Ptr->optionsBattleStyle = OPTIONS_BATTLE_STYLE_SHIFT;