fixes text

This commit is contained in:
infinitefusion
2024-12-23 23:58:48 -05:00
parent 950c942b20
commit 17ca4dcd69
3 changed files with 1 additions and 2 deletions

View File

@@ -137,7 +137,6 @@ def clean_json_string(str)
cleaned_str = cleaned_str.gsub(/\\u([\da-fA-F]{4})/) { |match|
[$1.to_i(16)].pack("U")
}
echoln cleaned_str
return cleaned_str
end

View File

@@ -385,7 +385,7 @@ class PokemonPokedexInfo_Scene
shadowColor = shadow
end
else
entryText = "No custom Pokédex entry available for this Pokémon. Placeholder entries can be enabled in the game's options."
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