Clone: Difference between revisions

1 byte removed ,  7 days ago
no edit summary
No edit summary
No edit summary
Line 200:
this.xPixels = this.x / 4
this.yPixels = this.y / 4
this.direction = {{ROM name|$80:B2A5}}(0xF0240, this.xPixels, this.yPixels)
this.move(this.direction)
}