Changed timing of jingle for DSi Boot splash.

New libnds improves frame rate of bootsplash animations. As a result the
noticable increase in playback speed causes DSi jingle to play a little
late. I moved it up a few frames.

This didn't seem to impact the DS splash very much so no changed needed
there.
This commit is contained in:
ApacheThunder 2017-02-17 21:50:32 -06:00
parent 910c8f8396
commit c19f26ab5c

View File

@ -312,6 +312,8 @@ void BootSplashDSi() {
for (int i = 0; i < 2; i++) { swiWaitForVBlank(); }
BootJingleDSi();
swiDecompressLZSSVram ((void*)DSi02Tiles, (void*)CHAR_BASE_BLOCK(2), 0, &decompressBiosCallback);
swiDecompressLZSSVram ((void*)BotDSi02Tiles, (void*)CHAR_BASE_BLOCK_SUB(2), 0, &decompressBiosCallback);
vramcpy_ui (&BG_PALETTE[0], DSi03Pal, DSi03PalLen);
@ -343,8 +345,6 @@ void BootSplashDSi() {
swiDecompressLZSSVram ((void*)DSi06Tiles, (void*)CHAR_BASE_BLOCK(2), 0, &decompressBiosCallback);
vramcpy_ui (&BG_PALETTE[0], DSi06Pal, DSi06PalLen);
BootJingleDSi();
for (int i = 0; i < 2; i++) { swiWaitForVBlank(); }
swiDecompressLZSSVram ((void*)DSi07Tiles, (void*)CHAR_BASE_BLOCK(2), 0, &decompressBiosCallback);