From 301c473413f7d47a5b439224feb7c57fdb9bd390 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 15 Dec 2022 00:48:11 -0500 Subject: [PATCH] Square -> Pulse --- src/engine/sysDef.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/sysDef.cpp b/src/engine/sysDef.cpp index 0b30b7eb7..0cec489d6 100644 --- a/src/engine/sysDef.cpp +++ b/src/engine/sysDef.cpp @@ -1171,8 +1171,8 @@ void DivEngine::registerSystems() { sysDefs[DIV_SYSTEM_POKEMINI]=new DivSysDef( "Pokémon Mini", NULL, 0x99, 0, 1, false, true, 0, false, 0, "this one is like PC Speaker but has duty cycles.", - {"Square"}, - {"SQ"}, + {"Pulse"}, + {"P"}, {DIV_CH_PULSE}, {DIV_INS_POKEMINI} );