Advertisement
Erik557

Untitled

Dec 17th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; Foliage the Para-Plant
  3. ;; For Morton's Empire
  4. ;;;;;;;;;;;;;;;;;;;;;;;;;
  5.  
  6.  
  7. ;;; INIT Routine wrapper
  8. print "INIT ",pc
  9.     PHY
  10.     STZ $C2,y
  11.     PLY : PHY
  12.     JSR SubHorzPos
  13.     TYA
  14.     STA $157C,x
  15.     PLY
  16. RTS
  17.  
  18. ;;; Main Routine wrapper
  19. print "MAIN ",pc
  20.     PHB : PHK : PLB
  21.     JSL MainRt
  22.     PLB
  23. RTS
  24.  
  25. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  26. ;;Main routine
  27. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  28.  
  29. MainRt:
  30.     JSR SubGFX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement