Skip to content

rob93c/RomRoamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy BadgeGitHub top language License: MIT

ko-fi

RomRoamer

Use this script to roam in squares inside a ROM game, for instance Pokémon Crystal. The program works with every emulator using arrow keys to move around (GB/GBA/NDS games are supported).

RomRoamer Preview

Instructions

  • First make sure you have installed python3 and pip.
  • Install pynput using pip install pynput
  • Open the game and place yourself in an open area (at least 4x4).
  • At this point launch the script in the terminal browsing to its path and then use python3RomRoamer.py
  • You now have 3 seconds to switch to the emulator's window so the program can let you wander around.

Keep in mind that this ONLY works if you keep the emulator's window opened and in the foreground.

Feel free to adapt the script to your needs, I.E. if you need to run along a vertical line just remove or comment Go left and Go right chunks.

License

See the LICENSE file for license rights and limitations (MIT).