You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Discuss on Discord: https://discord.gg/C8K2xcU
5
+
### Discuss on Discord: https://discord.gg/2v6pcw3zzg
6
6
7
7
---
8
8
@@ -18,8 +18,7 @@ how this program functions and what it's all about! Now, without further ado:
18
18
## What is it?
19
19
20
20
Amiibox is a powerful amiibo modding suite that allows you to:
21
-
- read and write amiibo bins as encrypted *or* decrypted files
22
-
- interface directly with [this](https://www.amazon.com/ETEKJOY-ACR122U-13-56MHz-Contactless-Writable) usb NFC-reader to enable reading and writing using that
21
+
- read and write amiibo bins as encrypted files
23
22
- dynamically read from an editable `regions.txt` file to suit your needs
24
23
- edit the values specified in `regions.txt` in multitude of different ways
25
24
- edit the **behavior** of smash ultimate amiibo figures, something which typical apps are unable to do
@@ -74,22 +73,15 @@ of different methods.
74
73
75
74
- load_ENC / save_ENC
76
75
- these are used to load and save encrypted amiibo bin files for use with tagmo or something
77
-
- scan / apply
78
-
- these are used to scan and write to a card directly on the attached reader if one exists
79
-
- load_DEC / save_DEC
80
-
- these are used to load and save *decrypted* bin files. These can be used for
81
-
studying how things work if you really don't like my own custom built-in hex editor
82
-
- clone
83
-
- this is used to clone one amiibo bin onto a **blank** NTAG215 card **using the attached reader**
84
76
85
-
There are also list items below these IO buttons, "Overview" and "Hex," which are used to
86
-
switch views. More on hex view later
77
+
There are also list items above these IO buttons, "Overview," "Hex," and "Credits".
78
+
Overview and Hex are used to swith between layouts, Credits is used to display the Credits screen. More on hex view later.
87
79
88
80
### The Actual Overview Section
89
81
90
82
#### Display Binary
91
83
92
-
this button is used to enable editing the numeric values in here using a custom binary input
84
+
this button is used to enable/disable editing the numeric values in here using a custom binary input
93
85
field. For most, this won't be useful - but for those that wish to experiment more with amiibo
0 commit comments