aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_scripts.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-11-29 21:03:02 +0000
committerBastien Bouclet2010-11-29 21:03:02 +0000
commitefc6ff54a3dc0c82f77b2e0c1464a1fdebde9ada (patch)
treee72f79e5f184a7b85e2dc271261456ded4e13e32 /engines/mohawk/myst_scripts.h
parent29359ee3722a317532f8b7930f8f33ba01cec74e (diff)
downloadscummvm-rg350-efc6ff54a3dc0c82f77b2e0c1464a1fdebde9ada.tar.gz
scummvm-rg350-efc6ff54a3dc0c82f77b2e0c1464a1fdebde9ada.tar.bz2
scummvm-rg350-efc6ff54a3dc0c82f77b2e0c1464a1fdebde9ada.zip
MOHAWK: Misc cleanups
svn-id: r54645
Diffstat (limited to 'engines/mohawk/myst_scripts.h')
-rw-r--r--engines/mohawk/myst_scripts.h74
1 files changed, 37 insertions, 37 deletions
diff --git a/engines/mohawk/myst_scripts.h b/engines/mohawk/myst_scripts.h
index 9be9113393..6d805ebd37 100644
--- a/engines/mohawk/myst_scripts.h
+++ b/engines/mohawk/myst_scripts.h
@@ -80,43 +80,43 @@ public:
DECLARE_OPCODE(unknown);
- DECLARE_OPCODE(o_0_toggleVar);
- DECLARE_OPCODE(o_1_setVar);
- DECLARE_OPCODE(o_2_changeCardSwitch);
- DECLARE_OPCODE(o_3_takePage);
- DECLARE_OPCODE(o_4_redrawCard);
- DECLARE_OPCODE(o_6_goToDest);
- DECLARE_OPCODE(o_9_triggerMovie);
- DECLARE_OPCODE(o_10_toggleVarNoRedraw);
- DECLARE_OPCODE(o_14_drawAreaState);
- DECLARE_OPCODE(o_15_redrawAreaForVar);
- DECLARE_OPCODE(o_16_changeCardDirectional);
- DECLARE_OPCODE(o_17_changeCardPush);
- DECLARE_OPCODE(o_18_changeCardPop);
- DECLARE_OPCODE(o_19_enableAreas);
- DECLARE_OPCODE(o_20_disableAreas);
- DECLARE_OPCODE(o_21_directionalUpdate);
- DECLARE_OPCODE(o_23_toggleAreasActivation);
- DECLARE_OPCODE(o_24_playSound);
- DECLARE_OPCODE(o_26_stopSoundBackground);
- DECLARE_OPCODE(o_27_playSoundBlocking);
- DECLARE_OPCODE(o_28_restoreDefaultRect);
- DECLARE_OPCODE(o_29_33_blitRect);
- DECLARE_OPCODE(o_30_changeSound);
- DECLARE_OPCODE(o_31_soundPlaySwitch);
- DECLARE_OPCODE(o_32_soundResumeBackground);
- DECLARE_OPCODE(o_34_changeCard);
- DECLARE_OPCODE(o_35_drawImageChangeCard);
- DECLARE_OPCODE(o_36_changeMainCursor);
- DECLARE_OPCODE(o_37_hideCursor);
- DECLARE_OPCODE(o_38_showCursor);
- DECLARE_OPCODE(o_39_delay);
- DECLARE_OPCODE(o_40_changeStack);
- DECLARE_OPCODE(o_41_changeCardPlaySoundDirectional);
- DECLARE_OPCODE(o_42_directionalUpdatePlaySound);
- DECLARE_OPCODE(o_43_saveMainCursor);
- DECLARE_OPCODE(o_44_restoreMainCursor);
- DECLARE_OPCODE(o_46_soundWaitStop);
+ DECLARE_OPCODE(o_toggleVar);
+ DECLARE_OPCODE(o_setVar);
+ DECLARE_OPCODE(o_changeCardSwitch);
+ DECLARE_OPCODE(o_takePage);
+ DECLARE_OPCODE(o_redrawCard);
+ DECLARE_OPCODE(o_goToDest);
+ DECLARE_OPCODE(o_triggerMovie);
+ DECLARE_OPCODE(o_toggleVarNoRedraw);
+ DECLARE_OPCODE(o_drawAreaState);
+ DECLARE_OPCODE(o_redrawAreaForVar);
+ DECLARE_OPCODE(o_changeCardDirectional);
+ DECLARE_OPCODE(o_changeCardPush);
+ DECLARE_OPCODE(o_changeCardPop);
+ DECLARE_OPCODE(o_enableAreas);
+ DECLARE_OPCODE(o_disableAreas);
+ DECLARE_OPCODE(o_directionalUpdate);
+ DECLARE_OPCODE(o_toggleAreasActivation);
+ DECLARE_OPCODE(o_playSound);
+ DECLARE_OPCODE(o_stopSoundBackground);
+ DECLARE_OPCODE(o_playSoundBlocking);
+ DECLARE_OPCODE(o_restoreDefaultRect);
+ DECLARE_OPCODE(o_blitRect);
+ DECLARE_OPCODE(o_changeSound);
+ DECLARE_OPCODE(o_soundPlaySwitch);
+ DECLARE_OPCODE(o_soundResumeBackground);
+ DECLARE_OPCODE(o_changeCard);
+ DECLARE_OPCODE(o_drawImageChangeCard);
+ DECLARE_OPCODE(o_changeMainCursor);
+ DECLARE_OPCODE(o_hideCursor);
+ DECLARE_OPCODE(o_showCursor);
+ DECLARE_OPCODE(o_delay);
+ DECLARE_OPCODE(o_changeStack);
+ DECLARE_OPCODE(o_changeCardPlaySoundDirectional);
+ DECLARE_OPCODE(o_directionalUpdatePlaySound);
+ DECLARE_OPCODE(o_saveMainCursor);
+ DECLARE_OPCODE(o_restoreMainCursor);
+ DECLARE_OPCODE(o_soundWaitStop);
DECLARE_OPCODE(NOP);