Search found 1 match

by ykarp
Fri Jan 14, 2022 9:46 am
Forum: Bugs and Support
Topic: Access game memory
Replies: 0
Views: 9153

Access game memory

I want to display an overlay on a stream based on the game's (pokemon gen1) current status. The plan was to have a program on a timer trigger a quick-save and extract data from the save-state based on mappings I found online. But apparently save-states are not just a dump of the memory. However, dum...