Mercurial > touhou
comparison src/th06/ecl.rs @ 684:c8bb28961d31
ecl_vm: fixes for previous instructions
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Fri, 16 Aug 2019 23:53:03 +0200 |
parents | 8c50a7b19425 |
children | 11d7e4d6947a |
comparison
equal
deleted
inserted
replaced
683:8c50a7b19425 | 684:c8bb28961d31 |
---|---|
249 85 => fn NewLaser(laser_type: i16, sprite_idx_offset: i16, angle: f32, speed: f32, start_offset: f32, end_offset: f32, max_length: f32, width: f32, start_duration: i32, duration: i32, end_duration: i32, grazing_delay: i32, grazing_extra_duration: i32, UNK1: i32), | 249 85 => fn NewLaser(laser_type: i16, sprite_idx_offset: i16, angle: f32, speed: f32, start_offset: f32, end_offset: f32, max_length: f32, width: f32, start_duration: i32, duration: i32, end_duration: i32, grazing_delay: i32, grazing_extra_duration: i32, UNK1: i32), |
250 86 => fn NewLaserTowardsPlayer(laser_type: i16, sprite_idx_offset: i16, angle: f32, speed: f32, start_offset: f32, end_offset: f32, max_length: f32, width: f32, start_duration: i32, duration: i32, end_duration: i32, grazing_delay: i32, grazing_extra_duration: i32, UNK1: i32), | 250 86 => fn NewLaserTowardsPlayer(laser_type: i16, sprite_idx_offset: i16, angle: f32, speed: f32, start_offset: f32, end_offset: f32, max_length: f32, width: f32, start_duration: i32, duration: i32, end_duration: i32, grazing_delay: i32, grazing_extra_duration: i32, UNK1: i32), |
251 87 => fn SetUpcomingLaserId(id: u32), | 251 87 => fn SetUpcomingLaserId(id: u32), |
252 88 => fn AlterLaserAngle(id: u32, delta: f32), | 252 88 => fn AlterLaserAngle(id: u32, delta: f32), |
253 90 => fn RepositionLaser(id: u32, ox: f32, oy: f32, oz: f32), | 253 90 => fn RepositionLaser(id: u32, ox: f32, oy: f32, oz: f32), |
254 91 => fn LaserSetCompare(u32: id), | 254 91 => fn LaserSetCompare(id: u32), |
255 92 => fn CancelLaser(id: u32), | 255 92 => fn CancelLaser(id: u32), |
256 93 => fn SetSpellcard(face: i16, number: i16, name: String), | 256 93 => fn SetSpellcard(face: i16, number: i16, name: String), |
257 94 => fn Endspellcard(), | 257 94 => fn Endspellcard(), |
258 95 => fn SpawnEnemy(sub: i32, x: f32, y: f32, z: f32, life: i16, bonus_dropped: i16, die_score: i32), | 258 95 => fn SpawnEnemy(sub: i32, x: f32, y: f32, z: f32, life: i16, bonus_dropped: i16, die_score: i32), |
259 96 => fn KillAllEnemies(), | 259 96 => fn KillAllEnemies(), |