mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Testing legacy code
This commit is contained in:
@@ -376,9 +376,9 @@ class PokemonPokedexInfo_Scene
|
|||||||
shadowColor = shadowCustom
|
shadowColor = shadowCustom
|
||||||
else
|
else
|
||||||
if $PokemonSystem.use_generated_dex_entries && species_data.is_a?(GameData::FusedSpecies)
|
if $PokemonSystem.use_generated_dex_entries && species_data.is_a?(GameData::FusedSpecies)
|
||||||
@randomEntryText = species_data.get_random_dex_entry if !reloading
|
@randomEntryText = getAIDexEntry(species_data.id,species_data.name)#species_data.get_random_dex_entry if !reloading
|
||||||
entryText = @randomEntryText
|
entryText = @randomEntryText
|
||||||
shadowColor = shadow
|
shadowColor = shadowAI
|
||||||
else
|
else
|
||||||
entryText = "No custom Pokédex entry available for this Pokémon. Please consider submitting an entry for this Pokémon on the game's Discord."
|
entryText = "No custom Pokédex entry available for this Pokémon. Please consider submitting an entry for this Pokémon on the game's Discord."
|
||||||
shadowColor = shadow
|
shadowColor = shadow
|
||||||
|
|||||||
Reference in New Issue
Block a user