diff options
author | Travis Howell | 2005-11-11 04:09:36 +0000 |
---|---|---|
committer | Travis Howell | 2005-11-11 04:09:36 +0000 |
commit | 367c584a9a816592f5ee162f9cefbfcfa8e9de6f (patch) | |
tree | f445eb2f4351bad1c706216e6122288c0d1d6208 /simon | |
parent | 05a80bf48b9dbc6610655f0021af15e76105c9d7 (diff) | |
download | scummvm-rg350-367c584a9a816592f5ee162f9cefbfcfa8e9de6f.tar.gz scummvm-rg350-367c584a9a816592f5ee162f9cefbfcfa8e9de6f.tar.bz2 scummvm-rg350-367c584a9a816592f5ee162f9cefbfcfa8e9de6f.zip |
Correct error in debug tables.
svn-id: r19555
Diffstat (limited to 'simon')
-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 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", |