Fixed Tales of Phantasia header information

This commit is contained in:
pagefault
2001-09-20 00:50:18 +00:00
parent 98c1e0b2ad
commit 89a9784740
3 changed files with 81 additions and 79 deletions

View File

@@ -104,6 +104,7 @@ EXTSYM printnum
EXTSYM SaveCombFile
EXTSYM NetSent,valuea
EXTSYM welcome
EXTSYM showinfogui
EXTSYM BackupCVFrame
EXTSYM Wait1SecWin,ClearUDPStuff
EXTSYM DisableSUDPPacket,EnableSUDPPacket

View File

@@ -375,7 +375,6 @@ GUIloadfilename:
mov dl,[LoadDrive]
mov ebx,LoadDir
call Change_Dir
call CheatCodeLoad
.nocheatload
cmp byte[AutoState],0
@@ -391,6 +390,7 @@ GUIloadfilename:
mov dl,[LoadDrive]
mov ebx,LoadDir
call Change_Dir
call showinfogui
ret
GUILoadData: