From 120af9d7172071fecafc20f38f255647598aa2e8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 22 Apr 2025 13:01:46 -0700 Subject: add game notes for community ports --- site/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/src/utils.ts') diff --git a/site/src/utils.ts b/site/src/utils.ts index 11b9e00..5cf35dc 100644 --- a/site/src/utils.ts +++ b/site/src/utils.ts @@ -19,7 +19,7 @@ export const getGameTitle = (gameId: string) => { if (lowerCaseGameId.startsWith("taiko")) return "Taiko no Tatsujin"; if (lowerCaseGameId.startsWith("wacca")) return "WACCA PLUS"; if (lowerCaseGameId.startsWith("museca")) return "MÚSECA PLUS"; - if (lowerCaseGameId.startsWith("reflec_beat")) return "REFLEC BEAT DELUXE PLUS"; + if (lowerCaseGameId.startsWith("reflec_beat") || lowerCaseGameId.startsWith("rb_deluxe")) return "REFLEC BEAT DELUXE PLUS"; return gameId.toUpperCase(); -- cgit v1.2.3