From e49dd8ae0f4543530ccbf186814bf8dd784d56e2 Mon Sep 17 00:00:00 2001 From: AmiiboDB Date: Wed, 2 Aug 2023 17:01:54 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96f711c..370d5ad 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,14 @@ I have uploaded every Amiibo .Bin and .NFC file I could get my hands on. I have **NOT** tested all of these but I have tested *most*, so please let me know if there is a problem. -## My Process: -I typically grab the .NFC from the physical Amiibo when I purchase it. I then convert the .NFC to a .Bin file to have just in case. If I discover a .Bin file, I can convert it to a .NFC as well. +## What do I do with these?: +Amiibo data are stored on the physical Amiibo as a .bin file. +**.Bin file** - raw data from physical Amiibo +**.NFC file** - the file needed to write to an NFC tag/card or send via nfc to your switch, this emulates a physical Amiibo. + +*Note:* You won't need the .bin files unless you just want them as some sort of backup. You would need to convert them to nfc if you wanted to use them. **You probably only need the .nfc files.** + +I have included a rough "how-to" guide explaining what you would need to use to write the .nfc to a tag or how to emulate it directly to your Switch. ------------