diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp index 4d240000..014ae5ae 100644 --- a/src/NDSCart.cpp +++ b/src/NDSCart.cpp @@ -398,7 +398,7 @@ void Write(u8 val, u32 hold) switch (CurCmd) { case 0x00: - // Pokémon carts have an IR transceiver thing, and send this + // PokĂ©mon carts have an IR transceiver thing, and send this // to bypass it and access SRAM. // TODO: design better CurCmd = val;