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

@@ -375,7 +375,7 @@ class PokemonPokedexInfo_Scene
entryText = customEntry
shadowColor = shadowCustom
else
if $PokemonSystem.use_generated_dex_entries
if false#$PokemonSystem.use_generated_dex_entries
aiEntry = getAIDexEntry(species_data.species, species_data.name)
if aiEntry
entryText = aiEntry
@@ -385,7 +385,8 @@ class PokemonPokedexInfo_Scene
shadowColor = shadow
end
else
entryText = "No custom Pokédex entry available for this Pokémon. Auto-generated placeholder entries can be enabled in the game's options."
entryText = "No custom Pokédex entry available for this Pokémon. Due to community backlash, auto-generated Pokédex entries are no longer available."
#entryText = "No custom Pokédex entry available for this Pokémon. Auto-generated placeholder entries can be enabled in the game's options."
shadowColor = shadow
end
end