diff options
author | Travis Howell | 2006-04-09 06:14:45 +0000 |
---|---|---|
committer | Travis Howell | 2006-04-09 06:14:45 +0000 |
commit | 6f6f60bab2245120628bb57f0cc5046d49864fe8 (patch) | |
tree | ff596775e217e8c517d869889661795f368bbf0c | |
parent | 55cc897cff4d6bbd62acf54a91efbd8c588ae6e0 (diff) | |
download | scummvm-rg350-6f6f60bab2245120628bb57f0cc5046d49864fe8.tar.gz scummvm-rg350-6f6f60bab2245120628bb57f0cc5046d49864fe8.tar.bz2 scummvm-rg350-6f6f60bab2245120628bb57f0cc5046d49864fe8.zip |
Update debug table for FF
svn-id: r21715
-rw-r--r-- | engines/simon/debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/simon/debug.h b/engines/simon/debug.h index 053c2c3936..faf6c8da2d 100644 --- a/engines/simon/debug.h +++ b/engines/simon/debug.h @@ -1147,7 +1147,7 @@ static const char *const feeblefiles_opcode_name_table[256] = { "W|GET_DUMMY_WORD", "W|GET_WORD_COND_TRUE", "Bww|SET_ADJ_NOUN", - NULL, + "|SET_TIME", /* 132 */ "|SAVE_GAME", "|LOAD_GAME", @@ -1225,8 +1225,8 @@ static const char *const feeblefiles_opcode_name_table[256] = { "|RESET_PV_COUNT", /* 192 */ "BBBB|SET_PATH_VALUES", - "|PAUSE_CLOCK", - "|RESUME_CLOCK", + "|STOP_CLOCK", + "|RESTART_CLOCK", "BBBB|SET_COLOR", /* 196 */ "B|B3_SET", |