From 5a7600dc79454869c6d6dfe56bf74afea2162d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Zumer?= Date: Mon, 9 Dec 2019 06:09:52 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20"=C3=A9"=20character=20encoding=20in=20ND?= =?UTF-8?q?S.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NDSCart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;