diff --git a/Data/Scripts/001_Technical/002_Files/003_HTTP_Utilities.rb b/Data/Scripts/001_Technical/002_Files/003_HTTP_Utilities.rb index ea5983f1b..b918e0592 100644 --- a/Data/Scripts/001_Technical/002_Files/003_HTTP_Utilities.rb +++ b/Data/Scripts/001_Technical/002_Files/003_HTTP_Utilities.rb @@ -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 diff --git a/Data/Scripts/016_UI/004_UI_Pokedex_Entry.rb b/Data/Scripts/016_UI/004_UI_Pokedex_Entry.rb index ef34727f4..f8877b177 100644 --- a/Data/Scripts/016_UI/004_UI_Pokedex_Entry.rb +++ b/Data/Scripts/016_UI/004_UI_Pokedex_Entry.rb @@ -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 diff --git a/Data/System.rxdata b/Data/System.rxdata index afcdfbf42..e7602ef54 100644 Binary files a/Data/System.rxdata and b/Data/System.rxdata differ