Subversion Repositories Kolibri OS

Rev

Rev 5253 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5253 Rev 5319
Line 145... Line 145...
145
	shl	ebx,2
145
	shl	ebx,2
146
	add	eax,ebx
146
	add	eax,ebx
147
	add	eax,plan_level
147
	add	eax,plan_level
148
	mov	ebx,[eax]
148
	mov	ebx,[eax]
Line 149... Line 149...
149
	
149
	
150
	cmp	bh,OBJECT_FINAL_MONSTER	;OBJECT_PROTAGONIST
150
;	cmp	bh,OBJECT_FINAL_MONSTER	;OBJECT_PROTAGONIST
Line 151... Line 151...
151
	jbe	.kill
151
;	jbe	.kill
152
 
152
 
Line 153... Line 153...
153
	cmp	bh,OBJECT_WHITE_BRICK
153
	cmp	bh,OBJECT_WHITE_BRICK
Line 179... Line 179...
179
	mov	[eax],ebx
179
	mov	[eax],ebx
180
;        DEBUGF  1, "81 - reb brick crash 30\n"
180
;        DEBUGF  1, "81 - reb brick crash 30\n"
181
;	call	show_tiles_one_iteration
181
;	call	show_tiles_one_iteration
182
	jmp	calculate_action_for_all.2	;still
182
	jmp	calculate_action_for_all.2	;still
183
;--------------------------------------	
183
;--------------------------------------	
184
.kill:
184
;.kill:
185
	and	ebx,0x000000ff
185
;	and	ebx,0x000000ff
186
	add	ebx,0x01000000
186
;	add	ebx,0x01000000
187
	mov	[eax],ebx
187
;	mov	[eax],ebx
188
;	call	show_tiles_one_iteration
188
;;	call	show_tiles_one_iteration
189
	jmp	calculate_action_for_all.2
189
;	jmp	calculate_action_for_all.2
190
;--------------------------------------	
190
;--------------------------------------	
191
.white_brick:
191
.white_brick:
192
	ror	ebx,16
192
	ror	ebx,16
193
	xor	bl,bl
193
	xor	bl,bl
194
	mov	bh,1
194
	mov	bh,1