Fix loading savegame from original interpreter

svn-id: r29901
This commit is contained in:
Vincent Hamm 2007-12-18 20:12:42 +00:00
parent 550aea90ff
commit aa62d6355a
22 changed files with 418 additions and 193 deletions

View file

@ -750,7 +750,7 @@ int decompFunction(void) {
switch (currentScriptOpcodeType) {
case 0x1:
{
pushDecomp("_setMain5()");
pushDecomp("_setdoFade()");
break;
}
case 0x2:
@ -1344,7 +1344,7 @@ int decompFunction(void) {
}
case 0x74:
{
sprintf(tempbuffer, "_getInitVar1()");
sprintf(tempbuffer, "_getlowMemory()");
pushDecomp(tempbuffer);
break;
}