diff --git a/vacation.p8 b/vacation.p8 index 68a08bf..da9a3f9 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -632,7 +632,6 @@ function toyphin:update() dy = 0 else dy /= 2 - new_y = 32 + new_y/2 end end elseif new_y >= 64 and y < 64 then @@ -654,7 +653,6 @@ function toyphin:update() dy = 0 else dy /= 2 - new_y = 96 - new_y/2 end end end