Flipnote Studio Player for Nintendo DS
Go to file
2023-06-19 19:54:46 +03:00
arm7 reading thumbnails 2023-06-18 17:57:23 +03:00
arm9 playlists added dialog 2023-06-19 19:54:46 +03:00
.gitignore started reworking 2023-06-12 14:10:20 +03:00
build_counter.py added auto incremental version system 2022-05-10 09:57:13 +03:00
icon.bmp tabs, icon & ppm metadata 2021-01-30 17:28:10 +02:00
LICENSE Create LICENSE 2022-01-28 10:47:58 +02:00
Makefile started reworking 2023-06-12 14:10:20 +03:00
README.md Update README.md 2022-11-20 09:28:07 +02:00
version.ini fixed graphical glitches 2023-06-12 16:41:48 +03:00

FSPDS - Flipnote Studio Player for Nintendo DS

GitHub Top Language Github License GitHub Issues GitHub Closed Issues GitHub Last Commit

itch.io YouTube

Note from January 2021 : "Unburied" dekvkitPro from a 3yo hard disk backup, so I decided to give it a go :)

This simple ROM allows you to play flipnotes on Nintendo DS (Lite) using your flashcard.

How to use

  1. Create a new folder named /flipnotes at the root of your SD card
  2. Copy your favorite flipnotes to /flipnotes directory
  3. Copy FSPDS.nds anywhere to your SD card
  4. Insert your flashcard into the DS, then turn on the console
  5. Launch FSPDS.nds
  6. Select a file from the menu using the D-pad
  7. Press A to play it
  8. Use L/R buttons to navigate through bottom-screen tabs

Features

  • Supposing you are a TwilightMenu++ user (or any other DSi CFW), or you use the same SD card for both the DSi and a DS flashcard, FSPDS automatically detects default flipnote export paths for you so that you are not required to copy those files to a /flipnotes directory.
  • A screen saver turns off the bottom screen on 5 seconds of inactivity during flipnote playback. Also, this option can be manually triggered by pressing the screen saver icon on the Player Tab. *

* Check the Hardware vs Emulator compatibility section below.

Screenshots

ROM in action: show thumbnail
Thumbnail of one of the sample flipnotes (Cat on a skateboard) displayed by FSPDS

ROM in action: show thumbnail
Capture of "eBay Song" flipnote by RANDOM☆GUY played by FSPDS

Bugs/Limitations

  • FSPDS doesn't detect/play flipnotes larger than 1MB (this is intentional behavior)
  • The flipnote's BGM track should be smaller than 512KB in order to be played correctly. However, the DSi Flipnote Studio only allows for 1 minute of raw audio (8192Hz) to be encoded into a flipnote, which means at most 240KB of sound data. Therefore, FSPDS should not have problems playing original flipnotes. Spin-off flipnotes which contain huge audio data may not play correctly with this application.

Tested on DeSmuMe emulator and R4(i) flashcards

Hardware vs emulator compatibility

  • On the hardware, loading files from FAT system is substantialy faster;
  • For some reason, the screen saver does not work on DeSmuME emulating in R4 mode. This doesn't affect the actual user experience.

Credits