summaryrefslogtreecommitdiff
path: root/src/oak_speech.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-05-05 14:56:59 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-05-05 14:56:59 -0400
commita37da53f206a190ef54fa9477e16f3e24b541f38 (patch)
tree302e0074cfe354376ec807fd8749f7d4970192f3 /src/oak_speech.c
parent7f07bd6607df54aa26590d62c561f15daaaf9671 (diff)
Daycare
Diffstat (limited to 'src/oak_speech.c')
-rw-r--r--src/oak_speech.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/oak_speech.c b/src/oak_speech.c
index f00d683cf..eb87723a6 100644
--- a/src/oak_speech.c
+++ b/src/oak_speech.c
@@ -535,7 +535,7 @@ static void Task_OaksSpeech1(u8 taskId)
break;
case 5:
sOakSpeechResources->textSpeed = GetTextSpeedSetting();
- gTextFlags.flag_0 = TRUE;
+ gTextFlags.canABSpeedUpPrint = TRUE;
decompress_and_copy_tile_data_to_vram(1, sOakSpeechGfx_GameStartHelpUI, 0, 0, 0);
break;
case 6:
@@ -1516,7 +1516,7 @@ static void Task_OakSpeech42(u8 taskId)
sub_8044D80();
Free(sOakSpeechResources);
sOakSpeechResources = NULL;
- gTextFlags.flag_0 = FALSE;
+ gTextFlags.canABSpeedUpPrint = FALSE;
SetMainCallback2(CB2_NewGame);
DestroyTask(taskId);
}
@@ -1600,7 +1600,7 @@ static void CB2_ReturnFromNamingScreen(void)
ShowBg(2);
EnableInterrupts(INTR_FLAG_VBLANK);
SetVBlankCallback(VBlankCB_NewGameOaksSpeech);
- gTextFlags.flag_0 = TRUE;
+ gTextFlags.canABSpeedUpPrint = TRUE;
SetMainCallback2(CB2_NewGameOaksSpeech);
return;
}