Mercurial > touhou
diff 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 |
line wrap: on
line diff
--- a/src/th06/ecl.rs +++ b/src/th06/ecl.rs @@ -265,7 +265,7 @@ declare_sub_instructions!{ 104 => fn SetCollidable(collidable: i32), 105 => fn SetDamageable(damageable: i32), 106 => fn PlaySound(index: i32), - 107 => fn SetDeathFlags(death_flags: i32), + 107 => fn SetDeathFlags(death_flags: u32), 108 => fn SetDeathCallback(sub: i32), 109 => fn MemoryWriteInt(value: i32, index: i32), 111 => fn SetLife(life: i32),