After i decompressed the code.bin (idk if its right or wrong, you tell me) i tried scanning it, which gave me a common.asm, but when i tried patching it it gave me this. Me thinks i messed up. Idk if its my stupidity.
C:\Users\Steven\Desktop\SaltySD-master (2)\SaltySD-master\smash>patch.py code.bi
n
Traceback (most recent call last):
File "C:\Users\Steven\Desktop\SaltySD-master (2)\SaltySD-master\smash\patch.py
", line 41, in <module>
lock_hook = readbytes("bin/hooklock.bin")
File "C:\Users\Steven\Desktop\SaltySD-master (2)\SaltySD-master\smash\patch.py
", line 21, in readbytes
return open(path, 'rb').read()
IOError: [Errno 2] No such file or directory: 'bin/hooklock.bin'