Certain functions call specific memory addresses to look for things (agent position / pokemon HP / money / etc).
It looks odd to have these in the main code, so I moved these to a separate file called memory_addresses.py with a copy of the reference for their origin.
Certain functions call specific memory addresses to look for things (agent position / pokemon HP / money / etc).
It looks odd to have these in the main code, so I moved these to a separate file called
memory_addresses.py
with a copy of the reference for their origin.