Update hf_mfu_amiibo_restore.lua

Fix broken reference to dependency. 

Signed-off-by: Cory Solovewicz <cory@solovewicz.com>
This commit is contained in:
Cory Solovewicz 2025-08-30 21:55:36 -07:00 committed by GitHub
parent f50a7df5bb
commit de05d46f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ local function main(args)
print('generating new Amiibo binary for NTAG215 '..ansicolors.green..uid)
core.clearCommandBuffer()
core.console(('script run amiibo_change_uid %s %s %s %s'):format(uid, tmp, tmp2, core.search_file('resources/key_retail', '.bin')))
core.console(('script run amiibo_change_uid %s %s %s %s'):format(uid, tmp, tmp2, core.search_file('client/resources/key_retail', '.bin')))
-- let's sanity check the output
hex, err = utils.ReadDumpFile(tmp2)