mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
More vocabulary to ScriptConverter (feat. Anfintony)
With Anfintony's permission I've taken these from his ZealAutoInstall and added them here so that the chance of a HolyC program being converted and run properly goes up.
This commit is contained in:
parent
eb991f5a83
commit
37a02808ba
1 changed files with 21 additions and 0 deletions
|
@ -67,6 +67,27 @@ U0 Cvt(U8 *ff_mask="*", U8 *fu_flags="+r+l-i+S")
|
|||
Find("GetStr", ff_mask, fu_flags, "StrGet");
|
||||
Find("GetChar", ff_mask, fu_flags, "CharGet");
|
||||
|
||||
//From Anfintony's Insecticide November 24 2022
|
||||
Find("GetMsg", ff_mask,fu_flags,"MessageGet");
|
||||
Find("GetMsg", ff_mask,fu_flags,"MessageGet");
|
||||
Find("DRV_SIGNATURE_VAL", ff_mask,fu_flags,"DRIVE_SIGNATURE_VAL");
|
||||
Find("dv_signature", ff_mask,fu_flags,"drive_signature");
|
||||
Find("DrvTextAttrGet", ff_mask,fu_flags,"DriveTextAttrGet");
|
||||
Find("DrvIsWritable", ff_mask,fu_flags,"DriveIsWritable");
|
||||
Find("gr_palette_std", ff_mask,fu_flags,"gr32_palette_std");
|
||||
Find("GetKey",ff_mask, fu_flags,"KeyGet");
|
||||
Find("STD_DISTRO_DVD_CFG", ff_mask,fu_flags,"STD_DISTRO_DVD_CONFIG");
|
||||
Find("CBGR48", ff_mask,fu_flags,"CBGR24");
|
||||
Find("CFreeLst", ff_mask,fu_flags,"CFreeList");
|
||||
Find("DrvLock", ff_mask,fu_flags,"DriveLock");
|
||||
Find("DrvUnlock", ff_mask,fu_flags,"DriveUnlock");
|
||||
Find("DrvChk", ff_mask,fu_flags,"DriveCheck");
|
||||
Find("AMAlloc", ff_mask,fu_flags,"SysMAlloc");
|
||||
Find("Let2Drv", ff_mask,fu_flags,"Letter2Drive");
|
||||
Find("Let2Let", ff_mask,fu_flags,"Letter2Letter");
|
||||
Find("Let2BlkDev", ff_mask,fu_flags,"Letter2BlkDev");
|
||||
Find("first_drv_let", ff_mask,fu_flags,"first_drive_let");
|
||||
|
||||
"\n$$BK,1$$$$LTRED$$Might want to go over these$$FG$$$$BK,0$$\n";
|
||||
Find("MemSet", ff_mask, fu_flags);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue