aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/utils.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-22 13:01:46 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-22 13:01:46 -0700
commit120af9d7172071fecafc20f38f255647598aa2e8 (patch)
treee94060d23f3c4f325a9c094639d3fe427cfe57a1 /site/src/utils.ts
parent086f69379c3228b4b9f3c72bfaac3da3428e397f (diff)
add game notes for community ports
Diffstat (limited to 'site/src/utils.ts')
-rw-r--r--site/src/utils.ts2
1 files changed, 1 insertions, 1 deletions
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();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage