zaksabeast / DreamRadarCartRedirect

A patch for dream radar redirecting nds cart reading/writing to a file on the SD
GNU General Public License v3.0
74 stars 4 forks source link

Building the patches help. #5

Closed liketolike closed 2 years ago

liketolike commented 2 years ago

The patch I built is invalid. Python 3.10 I type python poke_redirect.py pokear IRDO "/nds/saves/white2.sav" > code.ips in CMD, and the generated patch is invalid. code.ips.txt

zaksabeast commented 2 years ago

The patch you built looks correct. Why do you think the patch is invalid?

Have you tried using the release patches?

liketolike commented 2 years ago

Yes,it works very well

zaksabeast commented 2 years ago

Cool, it sounds like the issue is resolved.

liketolike commented 2 years ago

I see the reason. It's the problem of saving the path. I should type "python poke_redirect.py pokear IRDO "/roms/nds/saves/white2.sav" > code.ips" The tools you made are great!