-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
How to use the memory viewer #1705
Comments
It should allow you to edit the value in the hex editor (maybe not?) It might be that you have not found the correct value for what you want, i.e. that the value does not do what you think it does. You may have better luck with BizHawk's memory tools. As for mGBA's debug tools, they are a work-in-progress, and better, more intuitive tools are planned for future versions of mGBA. |
The |
I meant typing in hex directly into the hex editor definitely does work, because I remember specifically doing it in mGBA before. |
You just type the number in. But if the game isn't paused it might just overwrite it immediately. Anyway this isn't a bug and this also isn't a support forum. |
Thanks for the answers! Instead I have to do it manually the conversion. |
Before opening a new ticket do you think it is possible to implement in those fields an auto conversion of the value in the hex viewer? in this way is more simple to hack the games. |
Yeah, I didn't realize that's what you were talking about. We can use this bug for that. |
No problem :-D |
I (finally) got around to adding integer editing. String editing is probably not going to come in this release though. |
it is possible to add edited memory to cheat list ? for example address 03000651=80 for medaforce leader to keep constantly available for each robattle. |
I am trying to understand how to change values in memory with mgba but the memory viewer is not easy to understand (also there is not doc about the debug stuff integrated in this software).
As example I pick a value, found with the search (also if writing something in the search field and press Return doesn't do anything), select in the table view the address, press the button to open the memory viewer, found the value but is not possible to change that.
So before start digging with the source code I don't know if mgba support that feature.
The text was updated successfully, but these errors were encountered: