Fix loading savegame from original interpreter
svn-id: r29901
This commit is contained in:
parent
550aea90ff
commit
aa62d6355a
22 changed files with 418 additions and 193 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue