Initial generalize Pokemon IR patching

This commit is contained in:
taxicat1
2025-12-06 08:51:58 -05:00
parent d12036e6a7
commit 005b8cab03
14 changed files with 158 additions and 164 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
};