summaryrefslogtreecommitdiff
path: root/src/teachy_tv.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-04 10:42:40 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-03-04 18:26:54 -0500
commit4df660dc76b5f35d2a89e0cb627180b79e9caa12 (patch)
treef05f6f7c4f82c18de34a494f93207165ab89dd08 /src/teachy_tv.c
parent13e06bf7f88be6d25f420704b76828ed6f24cbc2 (diff)
Add enums for help system text, label help context
Diffstat (limited to 'src/teachy_tv.c')
-rw-r--r--src/teachy_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teachy_tv.c b/src/teachy_tv.c
index 1467131b0..1d49ee3d9 100644
--- a/src/teachy_tv.c
+++ b/src/teachy_tv.c
@@ -500,7 +500,7 @@ static void TeachyTvMainCallback(void)
ScheduleBgCopyTilemapToVram(1);
ScheduleBgCopyTilemapToVram(2);
ScheduleBgCopyTilemapToVram(3);
- HelpSystem_SetSomeVariable(9); // help system something
+ SetHelpContextDontCheckBattle(HELPCONTEXT_BAG);
BlendPalettes(0xFFFFFFFF, 0x10, 0);
BeginNormalPaletteFade(0xFFFFFFFF, 0, 0x10, 0, 0);
SetVBlankCallback(TeachyTvVblankHandler);