aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-11-11 04:09:36 +0000
committerTravis Howell2005-11-11 04:09:36 +0000
commit367c584a9a816592f5ee162f9cefbfcfa8e9de6f (patch)
treef445eb2f4351bad1c706216e6122288c0d1d6208
parent05a80bf48b9dbc6610655f0021af15e76105c9d7 (diff)
downloadscummvm-rg350-367c584a9a816592f5ee162f9cefbfcfa8e9de6f.tar.gz
scummvm-rg350-367c584a9a816592f5ee162f9cefbfcfa8e9de6f.tar.bz2
scummvm-rg350-367c584a9a816592f5ee162f9cefbfcfa8e9de6f.zip
Correct error in debug tables.
svn-id: r19555
-rw-r--r--simon/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/debug.h b/simon/debug.h
index 41372b7cb6..40d5578c9c 100644
--- a/simon/debug.h
+++ b/simon/debug.h
@@ -1350,7 +1350,7 @@ const char *const simon2_video_opcode_name_table[] = {
"dd|SET_SPRITE_PALETTE",
"d|SET_SPRITE_PRIORITY",
/* 24 */
- "diid|SET_SPRITE_XY",
+ "diib|SET_SPRITE_XY",
"x|HALT_SPRITE",
"ddddd|SET_WINDOW",
"|RESET",
@@ -1447,7 +1447,7 @@ const char *const feeblefiles_video_opcode_name_table[] = {
"dd|SET_SPRITE_PALETTE",
"d|SET_SPRITE_PRIORITY",
/* 24 */
- "diid|SET_SPRITE_XY",
+ "diib|SET_SPRITE_XY",
"x|HALT_SPRITE",
"ddddd|SET_WINDOW",
"|RESET",