-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for BPS patches #33
Comments
Here's the documentation for the spec. I'll look it over and see what I can do: https://github.com/blakesmith/rombp/blob/master/docs/bps_spec.md |
Looking at the spec, it appears that some of the data will not be viewable, unless a file is linked (as some of the data is processed using the target file.) For those instances, it would only display the operations, without data (unless you open a target and link it.) |
If it's possible to interact with the IPS file and compare changes this is fine, unless there is another way. |
Okay, I think it's doable. I'll just show a blank hex view in those cases. But I may need to rename the project to something a bit more appropriate soon. |
Going to hold off on this for now, because studying the BPS format is going to take awhile, with everything else going on. For now, IPS32 is the next target. |
I could probably base some C# code on this patcher, if I convert it over: https://github.com/lowbyteproductions/BPS-Patcher/tree/main Putting this here for now. |
Currently does not support .bps files.
The text was updated successfully, but these errors were encountered: