summaryrefslogtreecommitdiff
path: root/src/pokedex_screen.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-23 11:28:06 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-23 11:28:06 -0400
commitd1f62285b56210c1fe7e368edf63e9d7f3fd075b (patch)
treeb4e48f997dea587b352a8030e42b163e28e6eb42 /src/pokedex_screen.c
parentff7f7744b7a898f9b460f9e403b137c95947aba3 (diff)
Document help system
Diffstat (limited to 'src/pokedex_screen.c')
-rw-r--r--src/pokedex_screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex_screen.c b/src/pokedex_screen.c
index b3f3d18ad..d71d2bec7 100644
--- a/src/pokedex_screen.c
+++ b/src/pokedex_screen.c
@@ -868,7 +868,7 @@ void sub_810250C(void)
gUnknown_203ACF0->field_6C = sub_8104BBC(1, 1);
gUnknown_203ACF0->field_66 = sub_8104BBC(0, 0);
gUnknown_203ACF0->field_68 = sub_8104BBC(1, 0);
- sub_8072474(0x80);
+ SetBGMVolume_SuppressHelpSystemReduction(0x80);
ChangeBgX(0, 0, 0);
ChangeBgY(0, 0, 0);
ChangeBgX(1, 0, 0);
@@ -925,7 +925,7 @@ bool8 sub_8102798(void)
FREE_IF_NOT_NULL(GetBgTilemapBuffer(1));
FREE_IF_NOT_NULL(GetBgTilemapBuffer(2));
FREE_IF_NOT_NULL(GetBgTilemapBuffer(3));
- sub_807249C();
+ BGMVolumeMax_EnableHelySystemReduction();
break;
}
return TRUE;