mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
FREESCAPE: added UI image for Space Station Oblivion for C64 and regenerated freescape.dat
This commit is contained in:
parent
75b596ab61
commit
7d55141d78
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
Binary file not shown.
@ -109,6 +109,8 @@ DrillerEngine::DrillerEngine(OSystem *syst, const ADGameDescription *gd) : Frees
|
||||
_viewArea = Common::Rect(58, 20, 266, 124);
|
||||
else if (isCPC())
|
||||
_viewArea = Common::Rect(36, 19, 284, 120);
|
||||
else if (isC64())
|
||||
_viewArea = Common::Rect(32, 16, 288, 119);
|
||||
|
||||
_playerHeightNumber = 1;
|
||||
_playerHeights.push_back(16);
|
||||
@ -518,6 +520,7 @@ void DrillerEngine::loadAssetsFullGame() {
|
||||
error("Unknown Amstrad CPC variant");
|
||||
} else if (isC64()) {
|
||||
if (_targetName.hasPrefix("spacestationoblivion")) {
|
||||
loadBundledImages();
|
||||
file.open("spacestationoblivion.c64.extracted");
|
||||
//load8bitBinary(&file, 0xeee, 4);
|
||||
load8bitBinary(&file, 0x8e02, 4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user