Re: A85: Text while using a virtual screen


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

Re: A85: Text while using a virtual screen



>>Nope... there's no way to use a ROM function to write to GRAPH_MEM, but
>>the best solution to this problem is to write your own text function,
>>and have your own font! :)
>Having your own font sounds "expensive" when you want to keep the game
>under 2K.  Would it be possible to use the font sprites in the ROM
Yes
>(where are they located???  Are they at different locations on all
Make a rom dump and look at the function, it is very simpel to fin the addr.
I have not checked, but they are probably located in different places in all
rom versions, but you program could just hold a pointer for each rom
version.
>ROMs???  Are they even stored in sprites???) and just write your own
I looked at the fonts once, but i can not exatcly remeber the format, but it
was quite simpel, again have a look at the runtine in the rom and see how it
is used.