HintMachine / hintMachine

HintMachine is a program giving hints for your Archipelago games.
MIT License
9 stars 11 forks source link

Pokemon Puzzle Challenge: Cannot connect despite ROM identity being valid (BPNE01) #77

Closed nbrochu closed 8 months ago

nbrochu commented 8 months ago

HintMachine version: 1.2.0-rc1 Game: Pokemon Puzzle Challenge Game / Emulator version: BizHawk 2.9.1 + Gambatte Core

Bug description

Possible pointer issue? RAM Base Address appears to be 0 while ROM Base Address is populated. Looking at the hex editor confirms the code signature is fine (BPNE01) but when trying to connect, the 6 bytes read are all 0.

Screenshots

image image

Dinopony commented 8 months ago

It worked on my machine, I need to try out other pointers to see which one is the most consistent

Dinopony commented 8 months ago

Introduced an alternative set of pointers in 03eacb9 on the beta branch, let me know if that fixes it for you

nbrochu commented 8 months ago

This one works for me