Advertisement
Erik557

Untitled

Jun 10th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Ded:
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3.  
  4.     LDA #$F0
  5.     STA $AA,x
  6.     JSL $01802A
  7.  
  8.     JSR KillSprites
  9.    
  10.     LDA #$35
  11.     STA $15AC,x
  12.    
  13.     LDA $D8,x
  14.     CMP #$21
  15.     BCS +
  16.     INC $C2,x
  17. +   RTS
  18.  
  19. lol:   
  20.     JSR DownGraphics
  21.    
  22.     STZ $AA,x
  23.     JSL $01802A
  24.    
  25.     LDA $15AC,x
  26.     BEQ +
  27.    
  28.     LDA #$30
  29.     STA $154C,x
  30.     RTS
  31. +
  32.     JSR DownGraphics
  33.    
  34.     LDA $154C,x
  35.     BEQ +
  36.    
  37.     LDA #$23
  38.     STA $1DF9
  39.     RTS
  40.  
  41. +   LDA #$45
  42.     STA $AA,x
  43.     JSL $01802A
  44.    
  45.     JSR DownGraphics
  46.    
  47.     LDA #$80
  48.     STA $1DFB
  49.     LDA #$FF
  50.     STA $1493 ; activate "end level" flag
  51.     LDA #$00
  52.     STA $141C ; normal path
  53.     LDA #$0B
  54.     STA $71
  55.     RTS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement