Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
NotImplementedLife committed Jan 26, 2022
1 parent 7904c6a commit 2749875
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@


# <img src="icon.bmp"></img> FSPDS V0.1
# <img src="icon.bmp"></img> FSPDS V0.2.0

## Flipnote Studio Player for Nintendo DS

*"Unburied" dekvkitPro from a 3yo hard disk backup, so I decided to give it a go :)*
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

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

## Screenshots
<p align="center">
Expand All @@ -36,10 +36,9 @@ This simple ROM allows you to play flipnotes on Nintendo DS (Lite) using your fl
## Bugs/Limitations

- FSPDS doesn't detect/play flipnotes larger than 1MB (this is intentional behavior)
- Don't place more than 1024 files in ```/flipnotes``` directory, otherwise FSPDS won't be capable to see them all
- Don't place more than 1024 files in the ```/flipnotes``` directory, otherwise FSPDS won't be capable to see them all
(also intentional behavior, probably will be changed in the future)
- Sound playback is supported. However, don't keep the flipnote paused for a long time, otherwise the sound will no longer be synchronized with the animation.
- ~~It's possible to encounter some graphical glitches (they'll be fixed soon)~~ [*Hopefully not!*]
- The flipnote's BGM track should be smaller than 512KB in order to be played correctly.

### Tested on DeSmuMe emulator and R4(i) flashcards

Expand All @@ -48,4 +47,5 @@ This simple ROM allows you to play flipnotes on Nintendo DS (Lite) using your fl
- Guys from [DSiBrew](https://dsibrew.org/wiki/Flipnote_Files/PPM "PPM Format") and [Flipnote Collective](https://github.com/Flipnote-Collective/flipnote-studio-docs/wiki/PPM-format "PPM Format") for their awesome documentation on .PPM file format.
- [devkitPro](https://github.com/devkitPro) for their compiler, ndslib and examples
- The authors behind [GodMode9i](https://github.com/DS-Homebrew/GodMode9i "GodMode9i") for the idea of overwriting character fonts
- [Drenn1/GameYob](https://github.com/Drenn1/GameYob "Drenn1/GameYob") for helping me figure out how to work with makefiles.
- [Drenn1/GameYob](https://github.com/Drenn1/GameYob "Drenn1/GameYob") repo for helping me figure out how to work with makefiles.
- [RinLovesYou](https://github.com/miso-xyz/PPMLib/commits?author=RinLovesYou) for her [ADPCM to PCM Decode() method from PPMLib](https://github.com/miso-xyz/PPMLib/blob/c7548bf4cdb0e368af552c71a45eb9f96f2e3385/PPMLib/Extensions/AdpcmDecoder.cs#L46-L119)

0 comments on commit 2749875

Please sign in to comment.