Gioman101 / FlipperAmiibo

Made to be used with Flipper just drag the folder into NFC
2.82k stars 252 forks source link

Shorten filenames to 25 characters #20

Closed RuiNtD closed 1 year ago

RuiNtD commented 1 year ago

Filenames longer than 25 characters (including file extension) cause problems with the OFW, namely that the .shd files used to store overriden data become truncated and aren't read when re-emulating an Amiibo, making those Amiibo effectively read-only.

This PR renames affected Amiibo to 25 characters.

Mario_Classic_Colors_Anniversary.nfc and Mario_Modern_Colors_Anniversary.nfc were removed because, while they have the too long filenames, they are redundant (AFAIK) compared to Super_Mario_30th\30th_Mario_Classic.nfc and Super_Mario_30th\30th_Mario_Modern.nfc.

RuiNtD commented 1 year ago

Apparently renaming the branch closed the PR.