Revise comment wording, add newline

This commit is contained in:
TomAwezome 2022-11-25 20:00:53 -05:00 committed by GitHub
parent 43f7974dcb
commit 8ddff7d2a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ 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
//Added from Anfintony's Insecticide November 24 2022
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");
@ -87,10 +87,11 @@ U0 Cvt(U8 *ff_mask="*", U8 *fu_flags="+r+l-i+S")
Find("Let2BlkDev", ff_mask,fu_flags,"Letter2BlkDev");
Find("first_drv_let", ff_mask,fu_flags,"first_drive_let");
//Discovered by Doodguy and Anfintony November 25 2022
//Added by Doodguy and Anfintony November 25 2022
Find("ScanKey",ff_mask,fu_flags,"KeyScan");
Find("ScanChar",ff_mask,fu_flags,"CharScan");
Find("fp_final_scrn_update",ff_mask,fu_flags,"fp_final_screen_update");
"\n$$BK,1$$$$LTRED$$Might want to go over these$$FG$$$$BK,0$$\n";
Find("MemSet", ff_mask, fu_flags);
}