Fixed Egg's summary screen softlock (#4301)

This commit is contained in:
Eduardo Quezada 2024-03-24 14:59:28 -03:00 committed by GitHub
parent 88565970c8
commit 30851b0ad8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -823,7 +823,7 @@ void ConvertInternationalString(u8 *s, u8 language)
i--;
while (i != (u8)-1)
while (i != -1)
{
s[i + 2] = s[i];
i--;