From e81d5213da85cad3bd1b8bb5b10e3871c03f6ba9 Mon Sep 17 00:00:00 2001 From: pinapelz Date: Mon, 29 Sep 2025 17:41:31 -0700 Subject: add ddr note, gold cabs follow JP maint --- site/src/components/GameNotes.tsx | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/site/src/components/GameNotes.tsx b/site/src/components/GameNotes.tsx index faffe64..b9ab8c6 100644 --- a/site/src/components/GameNotes.tsx +++ b/site/src/components/GameNotes.tsx @@ -1,5 +1,10 @@ import React from "react"; -import { NesicaMaintenancePopup, EamuseMaintenancePopup, AimeIntlMaintenanceInfo, AllnetPrivateServerWarning } from "./NoteModals"; +import { + NesicaMaintenancePopup, + EamuseMaintenancePopup, + AimeIntlMaintenanceInfo, + AllnetPrivateServerWarning, +} from "./NoteModals"; export const GameNotes = (isMoe: boolean): Record => ({ sdvx: ( @@ -29,7 +34,8 @@ export const GameNotes = (isMoe: boolean): Record => ({ <>
  • - • [USA] Certain e-amusement features such as video upload unavailable{" "} + • [USA] Certain e-amusement features such as video upload + unavailable{" "}
@@ -114,6 +120,8 @@ export const GameNotes = (isMoe: boolean): Record => ({
Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data +
+ Note that USA GOLD cabinets follow Japanese daily maintenance schedule.

), @@ -206,7 +214,7 @@ export const GameNotes = (isMoe: boolean): Record => ({ You are on a private network if the cabinet is not in Japan

- +
), @@ -244,7 +252,7 @@ export const GameNotes = (isMoe: boolean): Record => ({

- +
), @@ -350,12 +358,14 @@ export const GameNotes = (isMoe: boolean): Record => ({

- A continuation of the abandoned iOS version of REFLEC BEAT (REFLEC BEAT plus) + A continuation of the abandoned iOS version of REFLEC BEAT (REFLEC BEAT + plus)

- Needs to be sideloaded once you get a hold of the IPA. Network features supported. iOS ONLY + Needs to be sideloaded once you get a hold of the IPA. Network features + supported. iOS ONLY

=> ({ All regions run different versions of the game

- ) + ), }); -- cgit v1.2.3