Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1933 → Rev 1934

/programs/games/soko/trunk/SOKO.ASM
27,8 → 27,14
 
; COMPILE WITH FASM
 
CUR_DIR equ '/HD/1/MENUETOS/' ; change it to appropriate path
include '../../../macros.inc' ; decrease code size (optional)
include 'CELLTYPE.INC' ; object identifiers
;include 'debug.inc'
;lang equ ru ; russian interface; english if undefined
include 'lang.inc'
 
;CUR_DIR equ '/HD/1/MENUETOS/' ; change it to appropriate path
 
SKIN_SIZE equ 11520 ; size of skin file (16x240)
 
; field dimensions
76,11 → 82,6
dd 0x0
dd 0x0
 
include 'macros.inc' ; decrease code size (optional)
include 'celltype.inc' ; object identifiers
;include 'debug.inc'
;lang equ ru ; russian interface; english if undefined
 
START:
mov eax,58 ; load skin image-it is in RAW 16x240 BGR
mov ebx,file_info ; IrfanView recommended