Baekalfen / PyBoy

Game Boy emulator written in Python
Other
4.57k stars 472 forks source link

Fix comment format for squashed memory scanner #299

Closed NicoleFaye closed 8 months ago

NicoleFaye commented 8 months ago

Fixed Comments, still need to troubleshoot the MATCH case.

NicoleFaye commented 8 months ago

I think this fixes it at least. the returns might not be right.

NicoleFaye commented 8 months ago

Okay i added a fix for the rescan method as well, the comparison was wrong and the rescan should update the cache value if it meets the requirement. So it does that now.