Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PhaseInit:
  2.     ld a,1
  3.     ld (phasex),a
  4.     ld b,10
  5.        
  6. Phase:
  7.     push bc
  8.     LD IX,P
  9.     ld bc,$1002
  10.     ld a,(phasex)
  11.     ld l,23
  12.     call ilargesprite
  13.     ld de,(23*256)+(phasex)+2
  14.         ld (pencol),de
  15.         ld hl,hase
  16.     call vputsc
  17.    
  18.     ld a,(phasex)
  19.     inc a
  20.     inc a
  21.     ld (phasex),a
  22.     ld e,(phasex)+10
  23.     ld hl,(phaseI)
  24.     call vdisphl
  25.     call ifastcopy
  26.     BCALL(_GrBufClr)
  27.     pop bc
  28.     djnz Phase
  29.     ld b,10
  30. Phase2:
  31.    
  32.     push bc
  33.     LD IX,P
  34.     ld bc,$1002
  35.     ld a,(phasex)
  36.     ld l,23
  37.     call ilargesprite
  38.     ld de,(23*256)+(phasex)+2
  39.         ld (pencol),de
  40.         ld hl,hase
  41.     call vputsc
  42.    
  43.     ld a,(phasex)
  44.     inc a
  45.     ld (phasex),a
  46.     ld e,(phasex)+10
  47.     ld hl,(phaseI)
  48.     set 2,(iy+50)
  49.     call vdisphl
  50.     res 2,(iy+50)
  51.     call ifastcopy
  52.     BCALL(_GrBufClr)
  53.     pop bc
  54.     djnz Phase2
  55.  
  56.  
  57.  
  58.  
  59.  
  60. hase:
  61.          .db  "hase",0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement