Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_snowdin_water_ripples_overworld_yellow_Step_0

(view raw script w/o annotations or w/e)
1
xx = sprite_width
2
if (x > (room_width + xx))
3
    x = 0 - xx
4
x += 1