Baekalfen / PyBoy

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

Pokemon pinball wrapper #314

Closed NicoleFaye closed 3 months ago

NicoleFaye commented 5 months ago

Created a wrapper for the Gameboy color Pokemon Pinball game.

This wrapper includes definitions for game stages, Pokemon spawn rates, maps, special modes, ball types. It tracks game stats, manages game states, allows you to programmatically start catch mode, allows you to start the game on any stage, including bonus stages, and optional evolution hack that replaces the pause button with evolution start.

Baekalfen commented 3 months ago

Superseeded by #326