diff options
| author | Travis Howell | 2002-11-29 11:42:00 +0000 |
|---|---|---|
| committer | Travis Howell | 2002-11-29 11:42:00 +0000 |
| commit | 189a686916720056c680e6c5a9b8d314c2e71fc1 (patch) | |
| tree | 001f27ae7b0040f957384274fced4573c3284fba /simon/simon.h | |
| parent | 6d3decb5970bf98fa25b934738538a465d57a9b8 (diff) | |
| download | scummvm-rg350-189a686916720056c680e6c5a9b8d314c2e71fc1.tar.gz scummvm-rg350-189a686916720056c680e6c5a9b8d314c2e71fc1.tar.bz2 scummvm-rg350-189a686916720056c680e6c5a9b8d314c2e71fc1.zip | |
phase two
svn-id: r5742
Diffstat (limited to 'simon/simon.h')
| -rw-r--r-- | simon/simon.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/simon/simon.h b/simon/simon.h index 9ff0665795..4ad6fabb32 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -583,17 +583,17 @@ public: void vc_3_new_thread(); void vc_4_dummy_op(); void vc_5_skip_if_neq(); - void vc_6_maybe_skip_3_inv(); - void vc_7_maybe_skip_3(); - void vc_8_maybe_skip_2(); - void vc_9_maybe_skip(); + void vc_6_skip_ifn_sib_with_a(); + void vc_7_skip_if_sib_with_a(); + void vc_8_skip_if_parent_is(); + void vc_9_skip_if_unk3_is(); void vc_10_draw(); void vc_11_clear_pathfind_array(); - void vc_12_sleep_variable(); + void vc_12_delay(); void vc_13_offset_x(); void vc_14_offset_y(); - void vc_15_start_funkystruct_by_id(); - void vc_16_setup_funkystruct(); + void vc_15_wakeup_id(); + void vc_16_sleep_on_id(); void vc_17_set_pathfind_item(); void vc_18_jump_rel(); void vc_19_chain_to_script(); @@ -602,7 +602,7 @@ public: void vc_22_set_pal(); void vc_23_set_pri(); void vc_24_set_image_xy(); - void vc_25_del_sprite_and_get_out(); + void vc_25_halt_thread(); void vc_26_set_window(); void vc_27_reset(); void vc_27_reset_simon1(); @@ -615,7 +615,7 @@ public: void vc_33_force_unlock(); void vc_34_force_lock(); void vc_35(); - void vc_36(); + void vc_36_saveload_thing(); void vc_37_sprite_unk3_add(); void vc_38_skip_if_var_zero(); void vc_39_set_var(); |
