mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Initial generalize Pokemon IR patching
This commit is contained in:
9
common/PokemonIrVersion.h
Normal file
9
common/PokemonIrVersion.h
Normal 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
|
||||
};
|
||||
Reference in New Issue
Block a user