Removes autogen dex entries

This commit is contained in:
infinitefusion
2024-12-24 09:30:02 -05:00
parent 17ca4dcd69
commit 0a59474542
6 changed files with 18 additions and 17 deletions

View File

@@ -5,8 +5,8 @@
#==============================================================================#
module Settings
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION = '6.4.1'
GAME_VERSION_NUMBER = "6.4.1"
GAME_VERSION = '6.4.2'
GAME_VERSION_NUMBER = "6.4.2"
LATEST_GAME_RELEASE = "6.4"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17