forked from Hay1tsme/artemis
add back games, conform them to new title dispatch
This commit is contained in:
11
titles/diva/const.py
Normal file
11
titles/diva/const.py
Normal file
@ -0,0 +1,11 @@
|
||||
class DivaConstants():
|
||||
GAME_CODE = "SBZV"
|
||||
|
||||
VER_PROJECT_DIVA_ARCADE = 0
|
||||
VER_PROJECT_DIVA_ARCADE_FUTURE_TONE = 1
|
||||
|
||||
VERSION_NAMES = ("Project Diva Arcade", "Project Diva Arcade Future Tone")
|
||||
|
||||
@classmethod
|
||||
def game_ver_to_string(cls, ver: int):
|
||||
return cls.VERSION_NAMES[ver]
|
Reference in New Issue
Block a user