pokken support

This commit is contained in:
Hay1tsme
2023-02-17 02:09:26 -05:00
parent 9ee155792e
commit abb25aa328
7 changed files with 390 additions and 0 deletions

12
titles/pokken/const.py Normal file
View File

@ -0,0 +1,12 @@
class PokkenConstants():
GAME_CODE = "SDAK"
CONFIG_NAME = "pokken.yaml"
VER_POKKEN = 0
VERSION_NAMES = ("Pokken Tournament")
@classmethod
def game_ver_to_string(cls, ver: int):
return cls.VERSION_NAMES[ver]