30
edits
(Sound is complete) |
(→Engine Verification: check a bunch of opcodes) |
||
Line 40: | Line 40: | ||
*** clearState01 | *** clearState01 | ||
*** drawObject | *** drawObject | ||
*** pickupObject * | *** pickupObject * partially checked | ||
*** loadRoomWithEgo * unchecked | *** loadRoomWithEgo * unchecked | ||
*** setBitVar * unchecked | *** setBitVar * unchecked | ||
*** getBitVar * unchecked | *** getBitVar * unchecked | ||
*** setOwnerOf * unchecked | *** setOwnerOf * unchecked | ||
*** delay | *** delay | ||
*** walkActorToObject * unchecked | *** walkActorToObject * unchecked | ||
*** putActorAtObject * unchecked | *** putActorAtObject * unchecked | ||
*** walkActorTo * unchecked | *** walkActorTo * unchecked | ||
*** setActorElevation * | *** setActorElevation * different - does not multiply elevation by 2, takes it as-is | ||
*** putActor * unchecked | *** putActor * unchecked | ||
*** setObjPreposition * | *** setObjPreposition * different - does nothing at all | ||
*** getObjPreposition | *** getObjPreposition | ||
*** doSentence * | *** doSentence * partially checked | ||
*** drawSentence * unchecked | *** drawSentence * unchecked | ||
*** cutscene * | *** cutscene * difference - also saves _currentScript and clears some click-related vars | ||
*** endCutscene * | *** endCutscene * difference - clears the _currentScript var saved in cutscene | ||
*** setCameraAt * | *** setCameraAt * difference - sets camera to Panning mode, not Normal mode | ||
*** panCameraTo * | *** panCameraTo * difference - no mention of camera._movingToActor | ||
*** cursorCommand | *** cursorCommand | ||
*** getActorX | *** getActorX | ||
*** getActorY | *** getActorY | ||
*** getActorElevation * | *** getActorElevation * different - does not divide elevation by 2, returns it as-is | ||
*** getActorWalkBox | *** getActorWalkBox | ||
*** animateActor * unchecked | *** animateActor * unchecked | ||
*** lights * partially checked | |||
*** setObjectName * unchecked | *** setObjectName * unchecked | ||
*** resourceRoutines * different - does nothing at all | |||
*** resourceRoutines * | |||
*** restart * unchecked | *** restart * unchecked | ||
*** setBoxFlags | *** setBoxFlags | ||
*** verbOps * | *** verbOps * different - no case for 0xFF (verb on/off), sets fewer vars | ||
*** roomOps * | *** roomOps * different - lacks case 2 (room color) | ||
*** actorOps | *** actorOps | ||
*** actorFromPos * unchecked | *** actorFromPos * unchecked | ||
*** findObject * unchecked | *** findObject * unchecked | ||
Line 96: | Line 96: | ||
*** getDist * unchecked | *** getDist * unchecked | ||
*** getClosestObjActor * unchecked | *** getClosestObjActor * unchecked | ||
*** getRandomNr | *** getRandomNr | ||
*** getActorMoving | *** getActorMoving | ||
*** isSoundRunning | *** isSoundRunning | ||
*** isScriptRunning | *** isScriptRunning | ||
*** delayVariable | *** delayVariable | ||
*** stopSound | *** stopSound | ||
*** startMusic/startSound | *** startMusic/startSound | ||
*** walkActorToActor * unchecked | *** walkActorToActor * unchecked | ||
*** putActorInRoom * unchecked | *** putActorInRoom * unchecked | ||
*** actorFollowCamera * unchecked | *** actorFollowCamera * unchecked | ||
*** getActorCostume | *** getActorCostume | ||
*** getActorRoom | *** getActorRoom | ||
*** getActorFacing | *** getActorFacing | ||
*** faceActor * unchecked | *** faceActor * unchecked | ||
*** | *** saveLoadGame | ||
*** stopMusic * | *** stopMusic * different - only stops music track | ||
=== Graphics === | === Graphics === |
edits