mirror of
https://github.com/zaksabeast/3ds-Ghidra-Scripts.git
synced 2025-06-18 17:05:47 -04:00
Fix bad arg message
This commit is contained in:
parent
4f22f17725
commit
53b15ddf2e
@ -105,7 +105,7 @@ for ipc_func in dupliate_ipc_make_header_refs:
|
||||
for ipc_func in unique_ipc_make_header_refs:
|
||||
args = getCallArgs(ipc_func, ipc_set_header_addr)
|
||||
if len(args) < 4:
|
||||
print('Bad number of args at {}'.format(addr))
|
||||
print('Bad number of args at {}'.format(ipc_set_header_addr))
|
||||
else:
|
||||
command_id = parseIpcVarNode(args[1])
|
||||
normal_params = parseIpcVarNode(args[2])
|
||||
|
Loading…
Reference in New Issue
Block a user