Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2094 → Rev 2095

/programs/demos/firework/trunk/firework.asm
19,6 → 19,7
dd 0x100000 ; required amount of memory
dd 0x00000000 ; reserved=no extended header
 
include '../../../macros.inc'
include "aspapi.inc"
SCREEN_WIDTH equ 320
SCREEN_HEIGHT equ 200
160,8 → 161,11
 
 
red:
mcall 9,proc_info,-1
draw_window
MAIN:
test [proc_info.wnd_state], 0x04
jnz still
mov ecx, NUM_PARTS
mov ebp, particles
.advance_particles:
363,6 → 367,7
blur_right_flag: dd 0
;include 'Dex.inc'
I_END:
proc_info process_information
pal rb 256*4 ;dup(0)
;pal dd 256 dup(0)
;buffer rb 1024*64