From 00deab98ad5893af603381c1c210417bcd8826fb Mon Sep 17 00:00:00 2001 From: triangle <79382000+spellboundtriangle@users.noreply.github.com> Date: Mon, 29 Aug 2022 05:21:11 -0500 Subject: [PATCH] Update custom-dsi-3ds-sfx.md Just a couple edits, might update later idk --- .../_en-US/twilightmenu/custom-dsi-3ds-sfx.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/_en-US/twilightmenu/custom-dsi-3ds-sfx.md b/pages/_en-US/twilightmenu/custom-dsi-3ds-sfx.md index 121dee28..5d48ccd0 100644 --- a/pages/_en-US/twilightmenu/custom-dsi-3ds-sfx.md +++ b/pages/_en-US/twilightmenu/custom-dsi-3ds-sfx.md @@ -12,17 +12,17 @@ TWiLight Menu++ supports custom sound files in themes. Place your sound files un These instructions assume you have devkitPro installed with mmutil. You can get devkitPro at the [devkitPro website](https://devkitpro.org/wiki/Getting_Started). ## Sound Effect Bank -The sound effect bank (sfx.bin) contains sound effects such as the icon select sound, etc. +The sound effect bank (`sfx.bin`) contains sound effects such as the icon select sound, etc. -|File |Description| -|----------|-----------| -|startup.wav|Played on startup. See the section on [Startup sound](#startup-sound) for more details| -|back.wav |Back | -|launch.wav|Played when launching a game| -|select.wav|Played when moving the cursor in the per-game settings and select menu| -|wrong.wav|Played when reaching the end of the page| -|switch.wav|Played when switching pages| -|stop.wav|Played on the DSi Theme when the select cursor stops moving| +|File |Description | +|------------|----------------------------------------------------------------------------------------| +|startup.wav | Played on startup. See the section on [Startup sound](#startup-sound) for more details | +|back.wav | Back | +|launch.wav | Played when launching a game | +|select.wav | Played when moving the cursor in the per-game settings and select menu | +|wrong.wav | Played when reaching the end of the page | +|switch.wav | Played when switching pages | +|stop.wav | Played on the DSi Theme when the select cursor stops moving | All the files listed above are required to build a custom sound effect bank. If you want a sound to be mute, you can use a silent audio file. The `.wav` format is mandatory and the encoding *must* be PCM. @@ -72,4 +72,4 @@ To export in the correct format: Now you have a `bgm.pcm.raw` file that can be copied to the `sound` subfolder in your theme folder. - You should then set the `DSi/3DS Theme Music` option in TWiLight Menu++ settings to "Theme" for your custom BGM to play on the menu. \ No newline at end of file + You should then set the `DSi/3DS Theme Music` option in TWiLight Menu++ settings to "Theme" for your custom BGM to play on the menu.