diff options
Diffstat (limited to 'simon/debug.h')
-rw-r--r-- | simon/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/debug.h b/simon/debug.h index 61d2077a97..b94dde3e02 100644 --- a/simon/debug.h +++ b/simon/debug.h @@ -1052,7 +1052,7 @@ const char *const simon1_video_opcode_name_table[] = { "|DUMMY_56", "|DUMMY_57", "|UNK_58", - "|SKIP_IF_TEXT", + "|SKIP_IF_VOICE", /* 60 */ "d|KILL_SPRITE", "ddd|INIT_SPRITE", @@ -1142,7 +1142,7 @@ const char *const simon2_video_opcode_name_table[] = { "|PALETTE_THING", "|PALETTE_THING_2", /* 64 */ - "|SKIP_IF_TEXT", + "|SKIP_IF_VOICE", "|PALETTE_THING_3", "|SKIP_IF_NZ", "|SKIP_IF_GE", |