Merge pull request #27 from taxicat1/generalize-pokemon-ir-patch

Generalize Pokemon IR sensor AP patching
This commit is contained in:
Gericom
2025-12-06 16:54:52 +01:00
committed by GitHub
14 changed files with 160 additions and 165 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
/// @brief Enum representing a Pokemon game version with IR-sensor based anti-piracy
enum class PokemonIrVersion : u32
{
Hgss,
Bw1,
Bw2
};