Skip to content

Commit f725817

Browse files
committed
Increase DS & DSi splash sound volume by 5dB
1 parent caf24b3 commit f725817

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

title/arm9/source/bootsplash.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ void bootSplashDSi(void) {
158158
//loadROMselectAsynch();
159159
scanKeys();
160160

161-
if (!custom && splash.currentFrame() == 14)
161+
if (!custom && splash.currentFrame() == 16)
162162
snd().playDSiBoot();
163163
}
164164
} else {
@@ -186,7 +186,7 @@ void bootSplashDSi(void) {
186186
}
187187
}
188188

189-
if (!custom && splash.currentFrame() == (super ? 1 : 24))
189+
if (!custom && splash.currentFrame() == (super ? 1 : 26))
190190
snd().playDSiBoot();
191191
}
192192
}

title/music/dsboot.wav

-828 Bytes
Binary file not shown.

title/music/dsiboot.wav

-828 Bytes
Binary file not shown.

title/music_bday/dsboot.wav

-1.02 KB
Binary file not shown.

title/music_bday/dsiboot.wav

-1.02 KB
Binary file not shown.

title/nitrofiles/soundbank.bin

-1.62 KB
Binary file not shown.
-2.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)