Sinflower: Fix location for menus

This commit is contained in:
dazedanon 2025-11-07 17:18:48 -06:00
parent 0838faac7f
commit 8234179973
2 changed files with 2 additions and 2 deletions

View file

@ -231,7 +231,7 @@ DataManager._databaseFiles.push({ name: "CBR_eroRireki", src: "CBR_h_event_data.
this.changeTextColor("#000000");
this.drawTextS("Partner", sX, sY, 200);
this.drawTextS("Race", sX + lineX, sY, 200);
this.drawTextS("Location", sX + lineX * 2, sY, 200);
this.drawTextS("Location", sX + lineX * 2 - 10, sY, 200);
this.drawTextS("Details", sX, sY + lineY - 4, 200);
this.resetTextColor();

View file

@ -226,7 +226,7 @@ DataManager._databaseFiles.push({ name: "CBR_eroRireki", src: "CBR_h_event_data.
this.changeTextColor("#000000");
this.drawTextS("Partner", sX, sY, 200);
this.drawTextS("Race", sX + lineX, sY, 200);
this.drawTextS("Location", sX + lineX * 2, sY, 200);
this.drawTextS("Location", sX + lineX * 2 - 10, sY, 200);
this.drawTextS("Details", sX, sY + lineY - 4, 200);
this.resetTextColor();