301
ASM / Re: APP -- Sprites and text all messed up... why!?
« on: May 25, 2010, 03:17:11 pm »Some name it safePutS.Instead of using:
bcall _PutS
use:
call app_PutS
and include the calcmaniac84 routine in the source code, of course.
I'll try, thanks alot.
Oh, where can I find that source code of calcmaniac?
Been googling without result so far...
Meh, I'll keep searching.
This is the routine that calcmaniac found in this topic:
Code: [Select]
app_PutS:
ld a,(hl)
inc hl
or a
ret z
b_call _PutC
jr app_PutS