home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d4xx
/
d437
/
patchcompiler.lha
/
PatchCompiler
/
Patches
/
ED_patch.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-01-16
|
355 b
|
24 lines
; ED Patch taken from FileMaster
check $1aad : "199" ; check if it's the right version !
if true ; yes, now patch window size
begin
Patch $1aad : "255"
Text "ED 1.4 will now open PAL window."
end
if false ; no, it's a different version of ED !
begin
Text "Sorry, wrong version of ED !"
end