Skip to content

Commit 34d99b3

Browse files
authored
Merge pull request #2964 from corysolovewicz/patch-4
Update hf_mfu_amiibo_restore.lua
2 parents f50a7df + de05d46 commit 34d99b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/luascripts/hf_mfu_amiibo_restore.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ local function main(args)
133133

134134
print('generating new Amiibo binary for NTAG215 '..ansicolors.green..uid)
135135
core.clearCommandBuffer()
136-
core.console(('script run amiibo_change_uid %s %s %s %s'):format(uid, tmp, tmp2, core.search_file('resources/key_retail', '.bin')))
136+
core.console(('script run amiibo_change_uid %s %s %s %s'):format(uid, tmp, tmp2, core.search_file('client/resources/key_retail', '.bin')))
137137

138138
-- let's sanity check the output
139139
hex, err = utils.ReadDumpFile(tmp2)

0 commit comments

Comments
 (0)