From dcc295d3f7e72162ea0e4864e7f12cf2984f8c51 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Mon, 3 Nov 2025 13:33:24 -0600 Subject: [PATCH] Recent --- js/plugins/CBR_eroStatus_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins/CBR_eroStatus_main.js b/js/plugins/CBR_eroStatus_main.js index 720dd38..f28e249 100644 --- a/js/plugins/CBR_eroStatus_main.js +++ b/js/plugins/CBR_eroStatus_main.js @@ -839,7 +839,7 @@ function Scene_eroStatus() { var sX = 84; var lineX = 75; this.changeTextColor("#000000"); - this.drawTextM("Recent H Experience Report", sX, sY, 400); + this.drawTextM("Recent H Experience", sX, sY, 400); this.drawTextM("Partner", sX, sY + lineY, 400); this.drawTextM("Race", sX, sY + lineY * 2, 400); this.drawTextM("Location", sX, sY + lineY * 3, 400);