diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-22 13:01:46 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-22 13:01:46 -0700 |
| commit | 120af9d7172071fecafc20f38f255647598aa2e8 (patch) | |
| tree | e94060d23f3c4f325a9c094639d3fe427cfe57a1 /site/src/utils.ts | |
| parent | 086f69379c3228b4b9f3c72bfaac3da3428e397f (diff) | |
add game notes for community ports
Diffstat (limited to 'site/src/utils.ts')
| -rw-r--r-- | site/src/utils.ts | 2 |
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(); |
