From 2986adb53dea09928f5051674e4d53d39d83cf27 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 8 Dec 2002 15:39:57 +0000 Subject: Correct error in last commit svn-id: r5884 --- simon/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simon/debug.h') diff --git a/simon/debug.h b/simon/debug.h index 9e2eac974a..c104b83da8 100644 --- a/simon/debug.h +++ b/simon/debug.h @@ -1052,7 +1052,7 @@ const char *const simon1_video_opcode_name_table[] = { "|DUMMY57", "|UNK58", "|DUMMY_9", - "|SKIP_IF_SPEECH", + "|SKIP_IF_TEXT", /* 60 */ "d|KILL_THREAD", "ddd|INIT_SPRITE", @@ -1143,7 +1143,7 @@ const char *const simon2_video_opcode_name_table[] = { "|PALETTE_THING", "|PALETTE_THING_2", /* 64 */ - "|SKIP_IF_SPEECH", + "|SKIP_IF_TEXT", "|PALETTE_THING_3", "|SKIP_IF_NZ", "|SKIP_IF_GE", -- cgit v1.2.3