diff --git a/patch-config.txt b/patch-config.txt index 9c5c5c5..3ce2707 100644 --- a/patch-config.txt +++ b/patch-config.txt @@ -1,3 +1,3 @@ username=dazed-translations -repo=princess-knight +repo=mirage-defection branch=main \ No newline at end of file diff --git a/www/js/plugins/TMNamePop.js b/www/js/plugins/TMNamePop.js index b79fee0..91bb995 100644 --- a/www/js/plugins/TMNamePop.js +++ b/www/js/plugins/TMNamePop.js @@ -441,7 +441,7 @@ if (!TMPlugin.InterpreterBase) { return ""; }.bind(this) ); - return text; + return text.replace(/_/g, ' '); }; Sprite_NamePop.prototype.textColor = function (n) {