Updating tons of graphics

This commit is contained in:
The Gears of Progress
2024-08-19 14:47:29 -04:00
parent 22f7aaac26
commit 1ec09842ad
100 changed files with 4667 additions and 1578 deletions

View File

@@ -136,7 +136,7 @@ u32 xse_var::get_loc_in_sec30()
// TEXTBOX VAR
void textbox_var::set_text(std::u16string_view nText)
void textbox_var::set_text(std::u8string_view nText)
{
text = nText;
}