Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MiDe-S committed Jul 21, 2023
2 parents bdf2079 + 60af8cc commit b7ae2ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### *DISCLAIMER: Do not use edited amiibo in tournaments unless the TO explicitly allows them. Doing so can result in a permanent tournament ban.*

## [Click Here to Download](https://github.com/jozz024/smash-amiibo-editor/releases/latest/download/SmashAmiiboEditor.zip)

## Encryption Keys

Encryption/Decryption keys are needed to edit amiibo. Smash Amiibo Editor supports both key_retail.bin and locked-secret.bin + unfixed-info.bin. Either place them in the resources folder or select them upon program startup.
Expand Down Expand Up @@ -36,4 +38,4 @@ Special thanks to untitled1991 and [Ske](https://twitter.com/floofstrid).
## Building

To build the application, you must have pyinstaller + the dependencies in requirements.txt installed.
To do so, run `pyinstaller main.spec -i SAE.ico`.
To do so, run `pyinstaller main.spec -i SAE.ico`.
6 changes: 4 additions & 2 deletions resources/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
{
"name": "Fighter_5",
"type": "percentage",
"description": "Shakunetsu Hadoken usage for Ryu. Other move usage for Incineroar. Smash Monado Art usage for Shulk (Shulk and Incin fighter values should sum to 100).",
"description": "Shakunetsu Hadoken usage for Ryu. RoundHouse Kick usage for Ken. Other move usage for Incineroar. Smash Monado Art usage for Shulk (Shulk and Incin fighter values should sum to 100).",
"start": "0x185",
"bit_start_location": 5,
"length": 7
Expand Down Expand Up @@ -833,7 +833,8 @@
"(DLC) Altair": 103,
"(DLC) Rabbids": 104,
"(DLC) Exe": 105,
"(DLC) Link Ancient": 106
"(DLC) Link Ancient": 106,
"(DLC) DOOM Slayer Helmet": 130
},
"start": "0xF0",
"bit_start_location": 0,
Expand Down Expand Up @@ -968,6 +969,7 @@
"(G) Exe M": 120,
"(G) Exe F": 121,
"(S) Link Ancient M": 122
"(G) DOOM Slayer Armor": 153
},
"start": "0xF2",
"bit_start_location": 0,
Expand Down

0 comments on commit b7ae2ff

Please sign in to comment.