VCRUISE: Add missing opcode dispatches

This commit is contained in:
elasota 2024-01-24 23:43:55 -05:00
parent 09a7b1fb5f
commit 3729728a83

View File

@ -2373,6 +2373,10 @@ bool Runtime::runScript() {
DISPATCH_OP(NoUpdate);
DISPATCH_OP(NoClear);
DISPATCH_OP(Say1_AD2044);
DISPATCH_OP(Say2_AD2044);
DISPATCH_OP(Say1Rnd);
DISPATCH_OP(M);
DISPATCH_OP(EM);
DISPATCH_OP(SE);