Skip to content

Clayton-Klemm/Pokemon-Yellow-Gambling-With-OpenCV-Template-Matching

Repository files navigation

Pokemon Yellow Gambling

Update!!! THE GAME CHEATS! :(

I thought it was a performance issue. However, after extensive testing, I came to the unfortunate truth that the game cheats. Upon looking at the decompiled assembly code of the ROM, my suspicion has been confirmed with the 'GameCornerSelectLuckySlotMachine' script. Pokémon Yellow ROM Decompile.

Game Window

video.analysis2.mp4

This project uses OpenCV. Ensure you have it installed and properly configured.

Installation and Configuration:

  1. Install OpenCV:

  2. Configure Visual Studio for OpenCV:
    Once you've installed OpenCV, you'll need to configure Visual Studio to link with its DLL files.

    Right Click Project Properties Config 1 Config 2 Config 3 Linker

  3. Organize DLL files:
    Ensure the DLL files are placed in the appropriate folders. For example:

    • Debug mode: opencv_worldXXXd.dll should be in your project's debug path directory.

    • Release mode: opencv_worldXXX.dll should be in your project's release path directory.

      C:\yourPath\pokemonYellowGambling\x64\Debug\opencv_world481d.dll
      C:\yourPath\pokemonYellowGambling\x64\Release\opencv_world481.dll
      
  4. Switch Compiler to C++v17+:
    This project requires C++v17 or higher due to its reliance on std::filesystem. To switch:

    ISO Standard

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages