home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD32 1994 Spring / AMIGA_CD32.BIN / piratgo / s / startup-sequence
Encoding:
Text File  |  1994-04-08  |  468 b   |  15 lines

  1. c:filteroff
  2. c:cdgsxl cdintro.xl xlspeed 150 blit multipal nopointer patchopenwb
  3. c:filteron
  4. c:cdgsxl intro.xl xlspeed 150 fireabort ham multipal blit back frame.lbm x 61 y 25 boxit patchopenwb nopointer
  5. ;
  6. ; getlang will return a code of 7 if the cd32 is set to german else 0 is returned
  7. ;
  8. stack 16384
  9. getlang
  10. if warn
  11.     CD0:PIRATGO/pirates_german 15 ; replace 5 with the cd music track number
  12. else
  13.     CD0:PIRATGO/pirates 15    ; replace 5 with the cd music track number
  14. endif
  15.