pkr895
Extracting score from memory
Forgot to say but I managed to find the memory address manually after not too long. It's 0xC0DD for player score and 0xC0DE for cpu. Also found out you can pause the game at any time to check score so I could have read it like in the Tetris example. Thanks all of you for your help.
25 replies
Extracting score from memory
Can you give me a brief overview of the steps needed
https://github.com/mattcurrie/mgbdis?origin=serp_auto
Disassemble with something like this
Then look through the assembly for variables related to score?
25 replies