Update to make 5F FF act as it should

This commit is contained in:
Lorenzooone 2020-02-23 05:26:55 +01:00
parent 4a824807bb
commit 63421fa3cc
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ int print_string_edited(byte *str, int x, int y)
}
else if(str[0] == 0x5F)
{
x += str[2];
x = initial_x + str[2];
str += 3;
}
}