Skip to content

jpcerrone/pokestroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokeStroller - a PokéWalker emulator

PokeStroller is an experimental pokewalker emulator for windows. It loads up your eeprom memory file and lets you visualize your pokemon, scroll through the menus and play the dowsing and pokeradar minigames.

home menu dowsing battle

Running

To run the emulator you'll need a copy of your pokewalker's ROM and a copy of your EEPROM binary. You can dump both of these from your pokewalker using PoroCYon's dumper for DSi/3ds or DmitryGR's PalmOS app.

Download the latest release from the "Releases" section.

Place both the eeprom and rom files in the same folder as the emulator binary and rename them to eeprom.bin and rom.bin accordingly.

Run the emulator, the buttons are controlled with Z, X and the spacebar.

TODO list

  • Audio.
  • IR emulation to connect to a Nintendo DS emulator or to another pokestroller instance.
  • RTC.
  • Accelerometer simulation (Step counting).
  • Save changes to eeprom file.
  • Fix pokeRadar bug that appears when clicking the wrong bush.

Compiling

Windows

Install the MSVC build tools for windows and run build.bat from the command line https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170

Other OS's

Not supported yet

Contributing

Feel free to contribute by opening up a PR!