mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 07:35:00 +00:00
Added more Gen 8 code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module PokeBattle_SceneConstants
|
||||
USE_ABILITY_SPLASH = true
|
||||
USE_ABILITY_SPLASH = (Settings::MECHANICS_GENERATION >= 5)
|
||||
# Text colors
|
||||
MESSAGE_BASE_COLOR = Color.new(80, 80, 88)
|
||||
MESSAGE_SHADOW_COLOR = Color.new(160, 160, 168)
|
||||
|
||||
Reference in New Issue
Block a user