07-28-2019, 12:50 PM
Concise routine of beginner coding...
1. Use RAM Viewer (dolphin-memory-engine) to find values
2. Value(s) found, list of dynamic addresses listed
3. Choose a dynamic address that appears would be the 'best'
4. Set Write or Read Breakpoint on address
5. Game will break when value in address is written to (if write bp) or read from (if read bp)
6. Go to code view, static address (what would be the compiled code's address) highlighted in green, shows default instruction
7. Write ASM source based on findings and desires
Btw this thread is getting way off topic now.
Post here - https://mkwii.com/forumdisplay.php?fid=23
or post in w/e guide/tut you have more questions on
if you have the beginning of actual source code being written and/or need help on certain instructions, post here - https://mkwii.com/forumdisplay.php?fid=61
Thank you very much. I'm glad you are asking a lot of questions! Others in the past have been shy.
1. Use RAM Viewer (dolphin-memory-engine) to find values
2. Value(s) found, list of dynamic addresses listed
3. Choose a dynamic address that appears would be the 'best'
4. Set Write or Read Breakpoint on address
5. Game will break when value in address is written to (if write bp) or read from (if read bp)
6. Go to code view, static address (what would be the compiled code's address) highlighted in green, shows default instruction
7. Write ASM source based on findings and desires
Btw this thread is getting way off topic now.
Post here - https://mkwii.com/forumdisplay.php?fid=23
or post in w/e guide/tut you have more questions on
if you have the beginning of actual source code being written and/or need help on certain instructions, post here - https://mkwii.com/forumdisplay.php?fid=61
Thank you very much. I'm glad you are asking a lot of questions! Others in the past have been shy.