Mercurial > touhou
comparison src/th06/ecl.rs @ 674:3e4cc64a254d
ecl_vm: more instructions.
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Mon, 12 Aug 2019 20:50:22 +0200 |
parents | 1bb8b34dbd32 |
children | 826c16e5f909 |
comparison
equal
deleted
inserted
replaced
673:81ad01910f4b | 674:3e4cc64a254d |
---|---|
263 102 => fn CreateSquares(UNK1: i32, UNK2: f32, UNK3: f32, UNK4: f32, UNK5: f32), | 263 102 => fn CreateSquares(UNK1: i32, UNK2: f32, UNK3: f32, UNK4: f32, UNK5: f32), |
264 103 => fn SetHitbox(width: f32, height: f32, depth: f32), | 264 103 => fn SetHitbox(width: f32, height: f32, depth: f32), |
265 104 => fn SetCollidable(collidable: i32), | 265 104 => fn SetCollidable(collidable: i32), |
266 105 => fn SetDamageable(damageable: i32), | 266 105 => fn SetDamageable(damageable: i32), |
267 106 => fn PlaySound(index: i32), | 267 106 => fn PlaySound(index: i32), |
268 107 => fn SetDeathFlags(death_flags: i32), | 268 107 => fn SetDeathFlags(death_flags: u32), |
269 108 => fn SetDeathCallback(sub: i32), | 269 108 => fn SetDeathCallback(sub: i32), |
270 109 => fn MemoryWriteInt(value: i32, index: i32), | 270 109 => fn MemoryWriteInt(value: i32, index: i32), |
271 111 => fn SetLife(life: i32), | 271 111 => fn SetLife(life: i32), |
272 112 => fn SetEllapsedTime(frame: i32), | 272 112 => fn SetEllapsedTime(frame: i32), |
273 113 => fn SetLowLifeTrigger(trigger: i32), | 273 113 => fn SetLowLifeTrigger(trigger: i32), |