mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
fixes text
This commit is contained in:
@@ -137,7 +137,6 @@ def clean_json_string(str)
|
|||||||
cleaned_str = cleaned_str.gsub(/\\u([\da-fA-F]{4})/) { |match|
|
cleaned_str = cleaned_str.gsub(/\\u([\da-fA-F]{4})/) { |match|
|
||||||
[$1.to_i(16)].pack("U")
|
[$1.to_i(16)].pack("U")
|
||||||
}
|
}
|
||||||
echoln cleaned_str
|
|
||||||
return cleaned_str
|
return cleaned_str
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -385,7 +385,7 @@ class PokemonPokedexInfo_Scene
|
|||||||
shadowColor = shadow
|
shadowColor = shadow
|
||||||
end
|
end
|
||||||
else
|
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
|
shadowColor = shadow
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user