Files
pico-loader/arm9/source/patches/arm9/OverlayPatches/PokemonBw2/PokemonBw2IrApPatch.h
2025-11-23 17:14:17 +01:00

9 lines
261 B
C++

#pragma once
#include "../OverlayPatch.h"
/// @brief Arm9 overlay patch to disable the Pokemon Black & White 2 IR-sensor anti-piracy.
class PokemonBw2IrApPatch : public OverlayPatch
{
public:
const void* InsertPatch(PatchContext& patchContext) override;
};