aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2002-11-29 16:50:15 +0000
committerTravis Howell2002-11-29 16:50:15 +0000
commit50e2752ba183a5d77a92d5949404079eda63e253 (patch)
tree2131313ca22933e086efd94fb4e778f58317f528 /simon/simon.h
parent7dd2bd4dc626e740d3fc86ca1d5c5665c6a69b7f (diff)
downloadscummvm-rg350-50e2752ba183a5d77a92d5949404079eda63e253.tar.gz
scummvm-rg350-50e2752ba183a5d77a92d5949404079eda63e253.tar.bz2
scummvm-rg350-50e2752ba183a5d77a92d5949404079eda63e253.zip
phase 3
svn-id: r5751
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 4ad6fabb32..fbaceed2c6 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -616,7 +616,7 @@ public:
void vc_34_force_lock();
void vc_35();
void vc_36_saveload_thing();
- void vc_37_sprite_unk3_add();
+ void vc_37_offset_y_f();
void vc_38_skip_if_var_zero();
void vc_39_set_var();
void vc_40_var_add();
@@ -646,15 +646,15 @@ public:
// Simon2 specific Video Script Opcodes
void vc_64();
void vc_65();
- void vc_66();
- void vc_67();
- void vc_68();
+ void vc_66_nz();
+ void vc_67_ge();
+ void vc_68_le();
void vc_69();
void vc_70();
void vc_71();
void vc_72();
- void vc_73();
- void vc_74();
+ void vc_73_set_op189_flag();
+ void vc_74_clear_op189_flag();
void delete_vga_timer(VgaTimerEntry * vte);
void vc_resume_thread(byte *code_ptr, uint16 cur_file, uint16 cur_sprite);