Clone: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 200: Line 200:
this.xPixels = this.x / 4
this.xPixels = this.x / 4
this.yPixels = this.y / 4
this.yPixels = this.y / 4
this.direction = {{ROM name|$80:B2A5}}(0xF0, this.xPixels, this.yPixels)
this.direction = {{ROM name|$80:B2A5}}(240, this.xPixels, this.yPixels)
this.move(this.direction)
this.move(this.direction)
}
}