home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / assembly / mapsrc.lha / map.text < prev    next >
Encoding:
Text File  |  1980-02-19  |  3.9 KB  |  84 lines

  1.     section text,data
  2.  
  3. dosname: dc.b "dos.library",0
  4. gfxname: dc.b "graphics.library",0
  5. intname: dc.b "intuition.library",0
  6.  
  7. startmess:          dc.b 10,$9b,"3;32;41m","              Welcome to The Mapper V0.0  ",10,10
  8.     dc.b $9b,"3;33;40m",$9b,"4;33;40m","            Coded by Rombust of Nerve axis",10
  9.     dc.b 10,10,10,$9b,"0;31;40m","Continue an old project (Y) Start a new project (N) ???",10,0
  10.  
  11. wrongkey: dc.b "Wrong key pressed, try again.",10,0
  12. askforyn: dc.b "Type: Y or N >>>>:",0
  13. askblockwidth: dc.b "Width of block? (In bytes):",10,0
  14. askblockheight: dc.b "Height of block? (In vertical lines):",10,0
  15. wantnumber: dc.b "Type: Decimal number >>>>:",0
  16. askcolours: dc.b "How many bitplanes do you need?",10,10
  17.     dc.b "1 = 2 colours    :    2 = 4 colours",10
  18.     dc.b "3 = 8 colours    :    4 = 16 colours",10
  19.     dc.b "5 = 32 colours",10,0
  20. wrongcols: dc.b "From 1 to 5 please!",10,0
  21. mdirname: dc.b "Where do you want to store/load the graphics and level data, eg.",10
  22.     dc.b "DF0:      Dh1:levels/     gfx:   etc.",10,10
  23.     dc.b "Please type in the path name:",10,0
  24. wantmessage: dc.b "Type: Text >>>>:",0
  25. mgonnafinddir: dc.b 10,"Press return when you have inserted the disk....[Return]",0
  26. nodir: dc.b 10,"Error, I cannot make it the currant directory.",10
  27.     dc.b "Do you want to choose another directory (Y),",10
  28.     dc.b "Or exit this program (N).",10,0
  29. asklvlwidth: dc.b "Width of level? (in blocks)",10,0
  30. asklvlheight: dc.b "Height of level? (in blocks)",10,0
  31. nomem:    dc.b 10,$9b,"1;31;40m",$9b,"4;31;40m","--- Out of memory ---",$9b,"0;31;40m"," Press Return to exit program...",10,10,0
  32. defualttext: dc.b 0,"Nothing",1,"Default",-1
  33. defualttexte: dc.b 0
  34. scr_devs_name: dc.b "Map Editor screen. Rombust/NVX '93",0
  35. noscreen: dc.b "Panic - Fatel Error, Cannot open screen (out of memory?).",10
  36.     dc.b "Exiting program... press return to continue [return]",0
  37. savemess: dc.b 10,"Saving data to the chosen directory. Old data will be lost!",10
  38.     dc.b "Do you want to continue (Yes = Y) (No = N)???",10,0
  39. openmess: dc.b 10,"Opening file: ",0
  40. error:    dc.b "  Error!!!!",10,0
  41. saving: dc.b "Saving...",10,0
  42. loading: dc.b "Loading...",10,0
  43. eol: dc.b 10,0
  44. closetext: dc.b "Closing file: ",0
  45. deletetext: dc.b "Deleting file: ",0
  46. dot: dc.b ".",0
  47.     even
  48. map_prefs: dc.b "Map_prefs",0
  49.     even
  50. map_text: dc.b "Map_text",0
  51.     even
  52. map_gfx: dc.b "Map_gfx",0
  53.     even
  54. map_level: dc.b "Map_levelxxx",0
  55.     even
  56. mnosave: dc.b 10,"Warning: an error has occured saving. File NOT saved.",10
  57.     dc.b "Press return... [Return]",0
  58. loadmess: dc.b 10,"Loading data from the chosen directory.",10,0
  59. errorload: dc.b 10,"An error has occured loading the data.",10,0
  60. windowerror dc.b 10,"Panic! Cannot open window. Automatic Exit.",10
  61.     dc.b "Press return to exit: [Return]",0
  62.  
  63. txtchoosepal dc.b 10,"This option lets you load the pallete from a standard",10
  64.     dc.b "IFF ILBM file. Just press return to cancel, this option.",10
  65.     dc.b "Please type in the COMPLETE filename of the IFF ILBM file:",10,10,0
  66. taskfile: dc.b "Type: Filename >>>>:",0
  67. tcantp: dc.b "Error, pallete not loaded. Press return [Return]",0
  68. tnotiff: dc.b "File is not an IFF ILBM (picture) file with a pallete.",10
  69.     dc.b "Press return to continue. [Return]",0
  70. tbackseek: dc.b "End of file reached. Cannot Seek.",10,0
  71. nomemhunk: dc.b "No memory to store Hunk",10,0
  72. tpalloaded: dc.b "Pallete has been loaded in. Press return [Return]",0
  73. txtloadiff: dc.b 10,"This option loads an IFF block to replace current block",10
  74.     dc.b "Please type in the COMPLETE filename of the IFF block, or just press",10
  75.     dc.b "return to cancel this option.",10,0
  76. tcantlb: dc.b "Error, block not loaded. Press return [Return]",0
  77. tnotiffb: dc.b "File is not an IFF ILBM (picture) file with a standard gfx structure.",10
  78.     dc.b "Press return to continue. [Return]",0
  79. txtnebp: dc.b "Error: Different number of bitplanes. Press return",0
  80. txtwrongdims: dc.b "Error: IFF block size is too small to load. Press return",0
  81. tblockloaded: dc.b "Block has been loaded in. Press return.",0
  82. txtnomemscr: dc.b "Error: Not enough memory to store picture tempory. Press return",0
  83.     even
  84.