summaryrefslogtreecommitdiff
path: root/src/trader.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-08 21:23:21 -0500
committerGitHub <noreply@github.com>2021-11-08 21:23:21 -0500
commit1c82571fa04ecad7d4a805e5fbec4691643ac655 (patch)
tree394ee77362fdda45e808e3362c473d4cfb653dcc /src/trader.c
parent737a5cba552275b43a89d59d6c5595ce4af25146 (diff)
parentc6b83bbb215ad25f533346873286f103c582d906 (diff)
Merge pull request #1542 from GriffinRichards/doc-menu
Document menu
Diffstat (limited to 'src/trader.c')
-rw-r--r--src/trader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trader.c b/src/trader.c
index c65d5ff87..1d4424e75 100644
--- a/src/trader.c
+++ b/src/trader.c
@@ -82,7 +82,7 @@ void CreateAvailableDecorationsMenu(u8 taskId)
AddTextPrinterParameterized(data[3], FONT_NORMAL, gDecorations[trader->decorations[i]].name, 8, 16 * i + 1, 255, NULL);
}
AddTextPrinterParameterized(data[3], FONT_NORMAL, gText_Exit, 8, 16 * i + 1, 255, NULL);
- InitMenuInUpperLeftCornerPlaySoundWhenAPressed(data[3], 5, 0);
+ InitMenuInUpperLeftCornerNormal(data[3], 5, 0);
ScheduleBgCopyTilemapToVram(0);
}