home *** CD-ROM | disk | FTP | other *** search
- section text,data
-
- dosname: dc.b "dos.library",0
- gfxname: dc.b "graphics.library",0
- intname: dc.b "intuition.library",0
-
- startmess: dc.b 10,$9b,"3;32;41m"," Welcome to The Mapper V0.0 ",10,10
- dc.b $9b,"3;33;40m",$9b,"4;33;40m"," Coded by Rombust of Nerve axis",10
- dc.b 10,10,10,$9b,"0;31;40m","Continue an old project (Y) Start a new project (N) ???",10,0
-
- wrongkey: dc.b "Wrong key pressed, try again.",10,0
- askforyn: dc.b "Type: Y or N >>>>:",0
- askblockwidth: dc.b "Width of block? (In bytes):",10,0
- askblockheight: dc.b "Height of block? (In vertical lines):",10,0
- wantnumber: dc.b "Type: Decimal number >>>>:",0
- askcolours: dc.b "How many bitplanes do you need?",10,10
- dc.b "1 = 2 colours : 2 = 4 colours",10
- dc.b "3 = 8 colours : 4 = 16 colours",10
- dc.b "5 = 32 colours",10,0
- wrongcols: dc.b "From 1 to 5 please!",10,0
- mdirname: dc.b "Where do you want to store/load the graphics and level data, eg.",10
- dc.b "DF0: Dh1:levels/ gfx: etc.",10,10
- dc.b "Please type in the path name:",10,0
- wantmessage: dc.b "Type: Text >>>>:",0
- mgonnafinddir: dc.b 10,"Press return when you have inserted the disk....[Return]",0
- nodir: dc.b 10,"Error, I cannot make it the currant directory.",10
- dc.b "Do you want to choose another directory (Y),",10
- dc.b "Or exit this program (N).",10,0
- asklvlwidth: dc.b "Width of level? (in blocks)",10,0
- asklvlheight: dc.b "Height of level? (in blocks)",10,0
- 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
- defualttext: dc.b 0,"Nothing",1,"Default",-1
- defualttexte: dc.b 0
- scr_devs_name: dc.b "Map Editor screen. Rombust/NVX '93",0
- noscreen: dc.b "Panic - Fatel Error, Cannot open screen (out of memory?).",10
- dc.b "Exiting program... press return to continue [return]",0
- savemess: dc.b 10,"Saving data to the chosen directory. Old data will be lost!",10
- dc.b "Do you want to continue (Yes = Y) (No = N)???",10,0
- openmess: dc.b 10,"Opening file: ",0
- error: dc.b " Error!!!!",10,0
- saving: dc.b "Saving...",10,0
- loading: dc.b "Loading...",10,0
- eol: dc.b 10,0
- closetext: dc.b "Closing file: ",0
- deletetext: dc.b "Deleting file: ",0
- dot: dc.b ".",0
- even
- map_prefs: dc.b "Map_prefs",0
- even
- map_text: dc.b "Map_text",0
- even
- map_gfx: dc.b "Map_gfx",0
- even
- map_level: dc.b "Map_levelxxx",0
- even
- mnosave: dc.b 10,"Warning: an error has occured saving. File NOT saved.",10
- dc.b "Press return... [Return]",0
- loadmess: dc.b 10,"Loading data from the chosen directory.",10,0
- errorload: dc.b 10,"An error has occured loading the data.",10,0
- windowerror dc.b 10,"Panic! Cannot open window. Automatic Exit.",10
- dc.b "Press return to exit: [Return]",0
-
- txtchoosepal dc.b 10,"This option lets you load the pallete from a standard",10
- dc.b "IFF ILBM file. Just press return to cancel, this option.",10
- dc.b "Please type in the COMPLETE filename of the IFF ILBM file:",10,10,0
- taskfile: dc.b "Type: Filename >>>>:",0
- tcantp: dc.b "Error, pallete not loaded. Press return [Return]",0
- tnotiff: dc.b "File is not an IFF ILBM (picture) file with a pallete.",10
- dc.b "Press return to continue. [Return]",0
- tbackseek: dc.b "End of file reached. Cannot Seek.",10,0
- nomemhunk: dc.b "No memory to store Hunk",10,0
- tpalloaded: dc.b "Pallete has been loaded in. Press return [Return]",0
- txtloadiff: dc.b 10,"This option loads an IFF block to replace current block",10
- dc.b "Please type in the COMPLETE filename of the IFF block, or just press",10
- dc.b "return to cancel this option.",10,0
- tcantlb: dc.b "Error, block not loaded. Press return [Return]",0
- tnotiffb: dc.b "File is not an IFF ILBM (picture) file with a standard gfx structure.",10
- dc.b "Press return to continue. [Return]",0
- txtnebp: dc.b "Error: Different number of bitplanes. Press return",0
- txtwrongdims: dc.b "Error: IFF block size is too small to load. Press return",0
- tblockloaded: dc.b "Block has been loaded in. Press return.",0
- txtnomemscr: dc.b "Error: Not enough memory to store picture tempory. Press return",0
- even
-