diff options
Diffstat (limited to 'engines/agos/debug.h')
-rw-r--r-- | engines/agos/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/debug.h b/engines/agos/debug.h index 6855e98fd3..4fe7f12f8d 100644 --- a/engines/agos/debug.h +++ b/engines/agos/debug.h @@ -588,7 +588,7 @@ static const char *const elvira2_opcodeNameTable[256] = { /* 160 */ "B|SET_INK", "|UNK_161", - "BT|PRINT_STR", + "TB|UNK_162", NULL, /* 164 */ NULL, @@ -821,7 +821,7 @@ static const char *const waxworks_opcodeNameTable[256] = { /* 160 */ "B|SET_INK", "|UNK_161", - "BT|PRINT_STR", + "TB|PRINT_STR", NULL, /* 164 */ NULL, |