From aa6a665ac4ea26281949c0c9bb91dfd847f99049 Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Sat, 24 Aug 2024 09:46:05 -0400 Subject: [PATCH] Add IIDX EPOLIS definitions --- src/constants/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/constants/index.js b/src/constants/index.js index 6ae2f0f..cf9bfcc 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -153,6 +153,7 @@ export class VersionConstants { static IIDX_BISTROVER = 28; static IIDX_CASTHOUR = 29; static IIDX_RESIDENT = 30; + static IIDX_EPOLIS = 30; static JUBEAT = 1; static JUBEAT_RIPPLES = 2; @@ -1319,6 +1320,10 @@ export const gameData = [ id: VersionConstants.IIDX_RESIDENT, label: "RESIDENT", }, + { + id: VersionConstants.IIDX_EPOLIS, + label: "EPOLIS", + }, ], }, {