Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7966 → Rev 7965

/programs/games/soko/trunk/SOKO.ASM
33,6 → 33,8
include 'CELLTYPE.INC' ; object identifiers
;include 'debug.inc'
 
CUR_DIR equ '/sys/games/' ; change it to appropriate path
 
SKIN_SIZE = 11520 ; size of skin file (16x240)
 
; field dimensions
91,7 → 93,7
mov [inp_pos],0
load_std:
mov esi,stdlev
mov edi,file_name
mov edi,path_end
mov ecx,stdlev_len-stdlev
rep movsb
mov ecx,10
291,7 → 293,7
mov esi,fn_input
mov byte[esi+ecx],0
inc ecx
mov edi,file_name
mov edi,path_end
rep movsb
jmp reset_fi
no_load:
1113,7 → 1115,8
dd 0, 0 ; file offset
dd 0x20000 ; number of bytes to read
cnf_level dd strip ; data buffer
file_name db 'SKIN.'
file_name db CUR_DIR ; Filename
path_end db 'SKIN.'
file_num db 'RAW',0
 
rb 256-($-file_name)