Hmm, I didn't think to check if I could get the game to resume. but it seemed like a complete Wii crash. i'll still take down all the details of it next time and try to recover things in the ways you said.
I use notepad for simplicity. I like to copy a bunch of valid addresses, even if I don't use them, and use them with other addresses to picture a "structure" of the memory space. It helps me figure out where other values might be, etc.
I also like to have a textfile full of my results for storage and easier manipulation
Thanks for the fixes and updates. I'm going to download and see how they go. Thanks dcx2!
-------- EDIT --------
I've tried out the new release. Those little fixes sure make life that little bit faster and simpler
Many thanks for that.
I have noticed a new column in the results list. Value difference? Good thinking to whoever suggested that. It does seem to be showing the difference between the new and old values SOME of the time, but not always. Here are a few examples copied straight from the result list using that newly included "copy to clipboard" function (thanks dcx2!
)
Address Old New Diff
808A7F48 BED67770 00000000 41298890
81129C14 00000020 0000001A FFFFFFFA
81129C20 00330032 00320036 FFFF0004
804A9FB4 D868AFAD 9B253F34 C2BC8F87
804C23CC BD75C28F BD23D70A FFAE147B
804C23D0 BF800000 BF7B0775 FFFB0775
804C23D8 3F803AEE 3F7B49BD FFFB0ECF
804C2414 3F7FFB74 3F7FF67E FFFFFB0A
800000D8 90670918 00000000 6F98F6E8
804A9FAC 80B196E9 196D3E9C 98BBA7B3
804A9FB4 80B819F5 1973E7E7 98BBCDF2
The differences in these don't appear correct. I first noticed the oddities during an 8bit scan. I might just be assuming that the column is a calculation of the differences between new and old values, but about 20% do show a correct difference calculation, but most don't.
Also, the copy function works through the CTRL+C option, but maybe an inclusion in the right-click pop-up menu? This would just help to make it known to users that the function is there
Only a minor suggestion though.