fs/kfm: Post-SVN tidy
- Move source code from `trunk` into program root directory. - Update build files and ASM include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
9
programs/fs/kfm/help.inc
Normal file
9
programs/fs/kfm/help.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
help_start:
|
||||
mov ebx,help_file_name
|
||||
mov esi,path
|
||||
mov edi,start_parameter ;file_name
|
||||
call copy_path
|
||||
call draw_window
|
||||
mov [use_patch],1
|
||||
mov esi,help_file_name-40
|
||||
jmp file_no_folder
|
Reference in New Issue
Block a user