1,502
edits
(The crashes in Phantasmagoria's load dialog have been resolved) |
(→SCI2: The positioning issues with Phantasmagoria have been identified - the game uses an odd window resolution) |
||
Line 42: | Line 42: | ||
* kAddPlane/kDeletePlane/kUpdatePlane ("planes" = parts of a picture) | * kAddPlane/kDeletePlane/kUpdatePlane ("planes" = parts of a picture) | ||
** These work, but they are loosely implemented from dissassembly (might be differences from the original) | ** These work, but they are loosely implemented from dissassembly (might be differences from the original) | ||
* kAddScreenItem/kDeleteScreenitem/kUpdateScreenItem | * kAddScreenItem/kDeleteScreenitem/kUpdateScreenItem | ||
** These work, but they are loosely implemented from dissassembly (might be differences from the original) | ** These work, but they are loosely implemented from dissassembly (might be differences from the original) | ||
* kFrameOut: Works, but is loosely implemented from dissassembly (might be differences from the original) | * kFrameOut: Works, but is loosely implemented from dissassembly (might be differences from the original) | ||
edits