Fixes a bug where the newly renamed ss variable was not being set to an empty string initially, causing an extra 0 string to be added onto the end of the display when speed was not enabled, making the Z-coordinate appear to have an extra 0.
NOTE: I am not familiar with YASM syntax, so I'm not sure if I fixed that file correctly.
Bug Fix
What's new
ss
variable was not being set to an empty string initially, causing an extra0
string to be added onto the end of the display when speed was not enabled, making the Z-coordinate appear to have an extra0
.NOTE: I am not familiar with YASM syntax, so I'm not sure if I fixed that file correctly.
@Collective-SB/isan-dev-team