- 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.
9 lines
229 B
PHP
9 lines
229 B
PHP
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 |