diff options
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", |