LZ: RE: Usgard programming help needed


[Prev][Next][Index][Thread]

LZ: RE: Usgard programming help needed



On Monday, June 23, 1997 2:03 PM, Chief28933@aol.com wrote:
> Usgard programmers...why does this program need lib 62?
> This is the code that I have... I run reloc and then tasm and then the new
> string85 then it goes to my calc and doesn't work
> 
> Fix any bugs that us see that might be causing this please... Thanks 
>                       -Chief28933@aol.com
> 
> P.S. Your name will appear in the credits at the end of the game if your fix
> works
> 
> ;Orion Masters source code
> #include "usgard.h"
> .org 0
> .db "Orion Masters by NCA",0

The reason for this is that the new Usgard string format (as of v.95b) requires a list of the library numbers after the comment, followed by a zero.  Since you don't use any libraries, simply change your comment line to:

.db "Orion Masters by NCA",0,0

and it should work fine.  We did this because people were complaining that then wouldn't know what libraries a program needed when sending it to other calculators -- that's what Usgdcool looks at.
	Sam

-- 
Sam Davies <sdavies@mail.trilogy.net>