Clone: Difference between revisions

24 bytes added ,  7 days ago
no edit summary
No edit summary
No edit summary
(2 intermediate revisions by the same user not shown)
Line 93:
| $30 || 2 || sprite type || collidedSpriteType || Type of weapon shot sprite collided with
|- class="breakrow"
| $7E || 2 || int16 0-based || freezeTimer || NumberAmount of timestime hitto withstay [[fireFire extinguisher|frozen]]
|}
 
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)
}
Line 293:
{ 0xA0F9, 5 }, { 0xA11A, 5 } }
walkingAnimationsPerCharacter = { this.walkingAnimationsZeke, this.walkingAnimationsJulie }
walkingAnimationsZeke = { { 0x90ED, 0x90ED, 0x90ED, 0x90ED },
{ 0x9210, 0x9229, 0x9242, 0x925B },
Line 313:
{ 0x82E0, 0x8301, 0x831A, 0x833B } }
spawnAnimationPerCharacter = { this.spawnAnimationZeke, this.spawnAnimationJulie }
spawnAnimationZeke = { 0x9F0D, 0x9F16, 0x9F27, 0x9F48, 0x9F69, 0x9F92, 0x9FC3, 0x9FF4,
0x9627, 0x9640, 0x9659 }