mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 17:25:14 -05:00
Merge branch 'text-debug-screen' into latest-release
This commit is contained in:
@@ -140,7 +140,7 @@ u32 xse_var::get_loc_in_sec30()
|
||||
void textbox_var::set_text(const byte nText[])
|
||||
{
|
||||
text = nText;
|
||||
text_length = get_string_length(nText);
|
||||
text_length = get_string_char_count(nText);
|
||||
}
|
||||
|
||||
void textbox_var::set_start()
|
||||
|
||||
Reference in New Issue
Block a user