diff options
| author | Joseph-Eugene Winzer | 2017-07-17 10:25:03 +0200 | 
|---|---|---|
| committer | Thierry Crozat | 2018-01-22 23:54:41 +0000 | 
| commit | 718cae659ca3acf3e9b2f795f88888d993752de3 (patch) | |
| tree | 82e5290bada147c721b470ca2e7b66edd67b1950 | |
| parent | 30389746c8788c627963532b34d70447a6d4cb96 (diff) | |
| download | scummvm-rg350-718cae659ca3acf3e9b2f795f88888d993752de3.tar.gz scummvm-rg350-718cae659ca3acf3e9b2f795f88888d993752de3.tar.bz2 scummvm-rg350-718cae659ca3acf3e9b2f795f88888d993752de3.zip | |
SUPERNOVA: Adds info to NOTES
| -rw-r--r-- | engines/supernova/NOTES | 26 | 
1 files changed, 26 insertions, 0 deletions
| diff --git a/engines/supernova/NOTES b/engines/supernova/NOTES index c207f53172..e8138ec93f 100644 --- a/engines/supernova/NOTES +++ b/engines/supernova/NOTES @@ -33,3 +33,29 @@ This list shows them and their offsets.      24020   - Door sound      30030   - Door open      31040   - Door close + +Engine +---------- +MouseFields +    [0;256[     - Viewport +    [256;512[   - Command Row +    [512;768[   - Inventory +    [768;769]   - Inventory Arrows + +Dimensions +    Viewport:           (0,0) (320, 150) +    Command Row:        (0, 150) (320, 159) +    Inventory:          (0, 161) (270, 200) +    Inventory Arrows:   (271, 161) (279, 200) +    Exit Maps:          (283, 163) (317, 197) + + +Ingame Bugs +------------ +In Cabin_R3 (starting room) you can take the discman from your locker without +opening it first. + + +Improvements +------------- +Incidate in inventory (?) what parts of your space suit you are wearing | 
